[C#] | public void swapXY([ bool b ]); |
[VB] | Public Sub swapXY([ b As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public void swapXY([ bool b ]); |
[VB] | Public Sub swapXY([ b As Boolean ]) |
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