Hide Comments
Hide Comments

Comments (0)

Defines the method signature for a chart function event handler. A Chart function event handler transforms the SourceChart values (from IndexLow to IndexHigh) into a value for the TargetChart. The TimeStamp contains the optional timestamp that can be added to the value

Namespace: RSChartPanel

expandingSyntax

Delphi

type
  TRSChartFunctionEvent = reference to procedure (const SourceChart, TargetChart: TRSCustomChart;
  IndexLow, IndexHigh: Integer; TimeStamp: TDateTime;
  SourceDim: Integer; TargetDim: Integer);
 

Parameters

SourceChart

Type: TRSCustomChart

TargetChart

Type: TRSCustomChart

IndexLow

Type: Integer

IndexHigh

Type: Integer

TimeStamp

Type: TDateTime

SourceDim

Type: Integer

TargetDim

Type: Integer

expandingSee Also

Reference

TRSChartFunction

Comments (0)

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