TAxisOnGetLabel

TAxisOnGetLabel

type TAxisOnGetLabel = procedure(Sender: TChartAxis; Series: TChartSeries; ValueIndex: Integer; Var LabelText: String) of object;

Unit
TeEngine

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