OnChartFull Event
Occurs when the data for a Chart object scrolls all the way to the right and hits the edge. This event can only occur if the ScrollDirection property of the Chart is set to LeftToRight.
Syntax
object_OnChartFull( )
Properties
The OnChartFull event syntax has this part:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
This event is useful for handling the appropriate UI action when the data fills up the Chart. Possible options are to clear the data and change the start time to now, effectively wiping out the Chart, or to scroll the Chart over 50%.