<< Click here to display Table of Contents >> Navigation: Code Documentation > RSFMXCharts > FMX.RS.ChartPanel > Delegates:
Comments (0)
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;
Parameters
Sender
Type: TObject
Chart
Type: TRSCustomChart