ChartDirector 7.0 (Java Edition)

FinanceChart.setAxisOnRight


Usage

public void setAxisOnRight(boolean 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