TiPlotComponent.OnLimitLine2PositionChange
TiPlotComponent
Occurs when the Line2Position property of a Limit object changes.
type TiPlotObjectDoubleValueChangeEvent = procedure(Index: Integer; OldValue, NewValue : Double) of object;
property OnLimitLine2PositionChange : TiPlotObjectDoubleValueChangeEvent;
Description
Use OnLimitLine2PositionChange to specify actions to perform when the Line2Position property of a Limit object changes. The Index value passed is the Index of the Limit object that has had the Line2Position property change.
Note: Limit Polybands do not support this event.
Contents | Index | Previous | Next