TCustomBarSeries.DrawValuesForward
TCustomBarSeries
function DrawValuesForward: Boolean; override;
Unit
Series
Description
The DrawValuesForward function returns whether the Series needs to draw its points in ascending or descending order.
Some Series need to draw their points in descending order (starting from the last point to the first) depending on certain situations. For example, when the horizontal axis TChartAxis.Inverted property is True.