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