FunnelOrientation property: Chart class
Description
Use this property to specify whether the funnel chart is displayed horizontally or vertically.
You can specify a constant value for this property. Values are:
| Constant Value | Description |
|---|---|
|
%Chart_Horizontal |
The funnel chart is displayed horizontally. |
|
%Chart_Vertical |
The funnel chart is displayed vertically. |
The default orientation of the funnel chart is vertical.
This property is read/write.
Example
&oChart.FunnelOrientation = %Chart_Horizontal;