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