Skip to main content
Version: 7.9

Progress Bar

Component Palette Icon

Visually indicates the progress of some task. Can be used to display any value that has an upper and lower bound.

Properties

NameDescriptionProperty TypeScriptingCategory
AntialiasDraw with antialias on? Makes text smoother.boolean.antialiasAppearance
Background ColorThe background color of the component.Color.backgroundAppearance
BorderThe border surrounding this component. NOTE that the border is unaffected by rotation.Border.borderCommon
CursorThe mouse cursor to use when hovering over this component.int.cursorCodeCommon
Data QualityThe data quality code for any tag bindings on this component.int.dataQualityData
DirectionDetermines the direction of progress for this progress bar.int.directionAppearance
EnabledIf disabled, a component cannot be used.boolean.componentEnabledCommon
FontFont of text on this component.Font.fontAppearance
Foreground ColorThe foreground color of the component.Color.foregroundAppearance
Horizontal?If true, the progress bar will display horizontally, else it will display vertically.boolean.horizontalAppearance
Indeterminate?When true, the progressbar displays animation indicating that something is happening, but it will take an indeterminate amount of timeboolean.indeterminateBehavior
MaximumThe maximum value that this progress bar will reach.int.maximumData
MinimumThe minimum value that this progress bar will reach.int.minimumData
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Show Percentage?If true, the progress bar will display its percentage.boolean.stringPaintedAppearance
StylesContains the component's styles.Dataset.stylesAppearance
ValueThe current state of the Progress Bar.int.valueData
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Scripting

Scripting Functions

This component does not have scripting functions associated with it.

Extension Functions

This component does not have extension functions associated with it.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers

Examples

Horizontal Blue Progress Bar

Property NameValue
BorderTitled Border
Value85
Foreground Color0,0,255
Horizontal?True

Wide Vertical Blue Progress Bar

Property NameValue
BorderTitled Border
Value85
Foreground Color0,0,255
Horizontal?False