RefreshRateExpired event
This event occurs when the ChartMode property of a trend chart is set to Automatic and its refresh rate expires, causing the chart to plot a new set of points.
This event is not necessary for basic trend plotting. The trend object handles basic plotting tasks automatically.
Syntax
Trend
_RefreshRateExpired
( )where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.Provide Feedback