Set: Chart.setPlotLayout(pStyle)
Get: pStyle = Chart.getPlotLayout()
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. |