TCustomAxisPanel.IsFreeSeriesColor
TCustomAxisPanel
function IsFreeSeriesColor(AColor: TColor; CheckBackground: Boolean; Series: TChartSeries): Boolean; virtual; abstract;
Unit
TeEngine
Description
The IsFreeSeriesColor returns whether the AColor parameter is used by any Series or not. The CheckBackGround parameter controls if AColor will be checked against the Chart.TCustomChart.BackColor or not.