TRSFMXHighLowAverageChartFunction.HighLowMedian(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer) Method |
Scroll Prev Top Next More |
Calculates the High and Low (Maximum and Minimum) and Median of all values from IndexLow to IndexHigh in the SourceChart and adds the values to the TargetChart. The new TargetChart value includes the TimeStamp.
Namespace: FMX.RS.BarCharts
Delphi |
public |
Parameters
SourceChart
Type: TRSCustomChart
TargetChart
Type: TRSCustomChart
IndexLow
Type: Integer
IndexHigh
Type: Integer
TimeStamp
Type: TDateTime
SourceDim
Type: Integer
TargetDim
Type: Integer
Reference•TRSHighLowAverageChartFunction.HighLowAverageOpenClose(TRSCustomChart,TRSCustomChart,Integer,Integer,TDateTime,Integer,Integer) |