plotLayout PARAM tag



Assigns the style in which the data is plotted.

Syntax

<PARAM NAME = "plotLayout" VALUE = "pStyle">

Values

pStyle
The plot layout:

Value Description
vertical (default) The data is plotted in a vertical bar style.
horizontal The data is plotted in a horizontal bar style.
pie The data is plotted as portions of a pie.
radar The data is plotted as points on a radar screen.

See Also
PlotLayout property