DisplayProgressBar property
Returns or sets whether a progress bar will be displayed while historical data loads into the chart. Read/write. Boolean.
Syntax
Trend
.DisplayProgressBar
[ = state
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.state
- is a parameter of the type Boolean that can be set to one of the following:- True. Display a progress bar.
- False. Do not display a progress bar.
Remarks
When enabled, the trend object displays a progress bar at runtime immediately after requesting historical data from the server. The progress bar includes a Stop Load button. If an operator clicks the button while data is loading, the trend object displays the data currently loaded up to the point when the button is clicked.
Provide Feedback