ChartDirector 7.0 (Python Edition)

FinanceChart.setAxisOnRight


Usage

setAxisOnRight(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 (non-zero) value means the y-axis is on right. A false (zero) value means the y-axis is on left.

Return Value

None