Hide Comments
Hide Comments

Comments (0)

Defines the method signature for a chart value event handler. The Chart parameter contains the TRSCustomChart instance that contains the value and the Value parameter contains the TRSChartValue instance that caused the event.

Namespace: RSChartPanel

expandingSyntax

Delphi

type
  TRSChartValueEvent = procedure (Sender: TObject; const Chart: TRSCustomChart; const Value: TRSChartValue) of object;
 

Parameters

Sender

Type: TObject

Chart

Type: TRSCustomChart

Value

Type: TRSChartValue

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb