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
Delphi |
type |
Parameters
SourceChart
Type: TRSCustomChart
TargetChart
Type: TRSCustomChart
IndexLow
Type: Integer
IndexHigh
Type: Integer
TimeStamp
Type: TDateTime
SourceDim
Type: Integer
TargetDim
Type: Integer
Reference
|