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