StyleGroup: IChartStyleAbsoluteGroup;
The StyleGroup property determines parameters of displaying a list of series groups.
The property is relevant if the Mixed axis type is set for the chart (IChart.Style).
This example assumes that there is the Chart object of the IChart type.
Sub MakeA;
Var
Chart : IChart;
Begin
Chart.StyleGroup.MakeAbsolute;
End Sub MakeA;
After executing the example all chart series are arranged in separate groups.
See also: