ChartDirector 5.1 (.NET Edition)

FinanceChart.setAxisOnRight


Usage

[VB] Public Sub setAxisOnRight(b As Boolean)
[C#] public void setAxisOnRight(bool b);

Description

Sets whether the main y-axis is on right of left side of the plot area. The default is on right.

Arguments

ArgumentDefaultDescription
b(Mandatory)A true value means the y-axis is on right. A false value means the y-axis is on left.

Return Value

None