PlotLayout property



The style in which the data is plotted.

Syntax

Set:     Chart.setPlotLayout(pStyle)
Get: pStyle = Chart.getPlotLayout()

Applies to

Chart object.

Data type

integer.
Value Description
1 (default) The data is plotted vertically. Applies to bar, line, and area charts.
2 The data is plotted as portions of a pie.
3 The data is plotted in a horizontal bar style.
4 The data is plotted as points on a radar screen.

See also
plotLayout PARAM tag