Hide Comments
Hide Comments

TRSHighLowAverageChartFunction.HighLowAverage(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer) Method

Comments (0)

Calculates the High and Low (Maximum and Minimum) and the Average of all values from IndexLow to IndexHigh in the SourceChart and adds the high. low, and Average to the TargetChart. The new TargetChart value includes the TimeStamp.

Namespace: RSBarCharts

expandingSyntax

Delphi

public
  class procedure HighLowAverage(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

Comments (0)

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