Style: ChartStyle;
The Style property determines a chart scale type.
Absolute scale is used by default.
This example assumes that there is the Chart object of the IChart type.
Sub Scale;
Var
Chart : IChart;
Begin
Chart.Style := 1 As ChartStyle;
End Sub Scale;
After executing the example relative scale is used for the chart.
See also: