"orientation"
Defines the orientation of the shown bars in the charttypes Bars, StackedBars and PercentStackedBars.
Synopsis
void shape.orientation(string orientation);
Parameters
Parameter | Description |
---|---|
orientation | "Horizontal" or "Vertical" |
Description
Defines the orientation of the shown bars in the charttypes Bars, StackedBars and PercentStackedBars. "Vertical" creates a vertical orientation of the bars, "Horizontal" a horizontal orientation.
Example
In this example, the orientation of the bars was set to horizontal.