[C#] | public void setYAxisOnRight([ bool b ]); |
[VB] | Public Sub setYAxisOnRight([ b As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public void setYAxisOnRight([ bool b ]); |
[VB] | Public Sub setYAxisOnRight([ b As Boolean ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | true | A true value means to interchange the positions of the primary and secondary y-axes. A false value means using the default positions for the primary and secondary y-axes. |
Return Value