Orientation: ChartOrientation;
The Orientation property determines a chart orientation.
By default, left-to-right orientation is used.
This example assumes that there is the Chart object of the IChart type.
Sub Orient;
Var
Chart : IChart;
Begin
Chart.Orientation := 1 As ChartOrientation;
End Sub Orient;
Executing the example changes the chart orientation to the bottom-to-top orientation.
See also: