TChartSeries.DrawSeriesForward
TChartSeries
function DrawSeriesForward(ValueIndex: Integer): Boolean; virtual;
Unit
TeEngine
Description
Determines how multiple series are displayed for a given point.
Some Series types behave differently depending on being the only one series of that type or not.
For example, the TBarSeries series overrides this method so it can display multiple bar series stacked.