TChartSeries.ColorRange

TChartSeries.ColorRange
TChartSeries

procedure ColorRange(Const AValueList: TChartValueList; Const FromValue, ToValue: Double; AColor: TColor);

Unit
TeEngine

Description
This method will change the Color of a specified range of points.

The FromValue and ToValue parameters are the beginning and end of the specified AValueList range.

AValueList can be any Series ValueList such as: XValues, YValues, etc.