ChartDirector 7.1 (.NET Edition)

FinanceChart.setPercentageAxis


Usage

[C#]public void setPercentageAxis();
[VB]Public Sub setPercentageAxis()

Description

Label the axis of the main chart in percentage unit.

By default, the axis of the main chart will be labelled in price unit. If a percentage axis is used, the axis will be labelled in percentage unit, with the first visible point of the closing price being 100%.

Arguments

None

Return Value

None