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