<< Click here to display Table of Contents >> Navigation: Code Documentation > RSCharting > RSChartPanel > Delegates:
Comments (0)
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;
Parameters
Sender
Type: TObject
Value
Type: TRSChartValue