SeriesLayout property



The placement of the series in relation to one another.

Syntax

Set:     Chart.setSeriesLayout(sLayout)
Get: sLayout = Chart.getSeriesLayout()

Applies to

Chart object.

Data type

integer.
Value Description
1 The series are placed one behind the other. (default)
2 The series are placed side by side.
3 The series are stacked.

Usage

When the PlotLayout property is set to 2 (for a pie chart), SeriesLayout is ignored.

See also
seriesLayout PARAM tag