Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Delegates
TRSChartAxisUpdateEvent Delegate
Defines the method signature for a chart axis update event handler. Set Handled to True if the axis has been updated in user code.
Namespace: FMX.RS.ChartPanel
Delphi
type TRSChartAxisUpdateEvent = procedure (Sender: TObject; Axis: TRSChartAxis; var Handled: Boolean) of object;
•FMX.RS.ChartPanel