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