TiPlotComponent.OnYAxisSpanChange
TiPlotComponent
Occurs when the Y-Axis Span property changes.
type TiPlotObjectDoubleValueChangeEvent = procedure(Index: Integer; OldValue, NewValue : Double) of object;
property OnXAxisSpanChange : TiPlotObjectDoubleValueChangeEvent;
Description
Use OnXAxisSpanChange to specify actions to perform when the Y-Axis Span property changes.
Contents | Index | Previous | Next