Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Delegates
TRSChartEvent Delegate
Defines the method signature for a chart event handler. The Chart parameter contains the TRSCustomChart instance that caused the event.
Namespace: FMX.RS.ChartPanel
Delphi
type TRSChartEvent = procedure (Sender: TObject; const Chart: TRSCustomChart) of object;
•FMX.RS.ChartPanel.TRSCustomChart
•FMX.RS.ChartPanel