IChart.StyleGroup

Syntax

StyleGroup: IChartStyleAbsoluteGroup;

Description

The StyleGroup property determines parameters of displaying a list of series groups.

Comments

The property is relevant if the Mixed axis type is set for the chart (IChart.Style).

Example

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:

IChart