TChartSeries.ColorRange
TChartSeries
procedure ColorRange(Const AValueList: TChartValueList; Const FromValue, ToValue: TChartValue; 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: TChartSeries.XValues, TChartSeries.YValues, etc.