TAxisOnGetNextLabel

TAxisOnGetNextLabel

type TAxisOnGetNextLabel = procedure(Sender: TChartAxis; LabelIndex: Integer; Var LabelValue: Double; Var Stop: Boolean) of object;

Unit
TeEngine

Description
The TAxisOnGetNextLabel type points to a method that notifies a TChartAxis component that an event has occurred. It is used by the OnGetNextAxisLabel event.