[VB] | Public Sub swapXY([ b As Boolean ]) |
[C#] | public void swapXY([ bool b ]); |
ChartDirector 5.1 (.NET Edition)
XYChart.swapXY
Usage
[VB] | Public Sub swapXY([ b As Boolean ]) |
[C#] | public void swapXY([ bool b ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | true | A true value means the x and y axes will be swapped. A false value means the x and y axes not be swapped. |
Return Value