UseBackwardDirection: Boolean;
UseBackwardDirection: boolean;
The UseBackwardDirection property determines whether the series are arranged counter-clockwise starting from the central axis of a pie chart.
Available values:
True. Chart series are located counter-clockwise relative to the central axis.
False. Default value. Chart series are located clockwise relative to the central axis.
The property is not relevant for the doughnut chart (IChart.Type = ChartType.HoleSize).
See also: