TiPlotComponent.OnXAxisSpanChange

TiPlotComponent

Occurs when the X-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 X-Axis Span property changes.

Contents | Index | Previous | Next