Navigation: Code Documentation > RSCharting > RSChartPanel > 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: RSChartPanel
Delphi
type TRSChartAxisUpdateEvent = procedure (Sender: TObject; Axis: TRSChartAxis; var Handled: Boolean) of object;
•RSChartPanel