ChartDirector 7.0 (ASP/COM/VB Edition)

AngularAxis.setLinearScale2


Usage

setLinearScale2(lowerLimit, upperLimit, labels)

Description

Sets the axis to use the given linear scale and the given labels.

Note that the first character of a label can be interpreted as a tick specification character. Please refer to AngularAxis.setLabels for more details.

Arguments

ArgumentDefaultDescription
lowerLimit(Mandatory)The lower bound of the axis.
upperLimit(Mandatory)The upper bound of the axis.
labels(Mandatory)An array of text strings to be used as the labels on the axis. ChartDirector will distribute the labels evenly on the axis.

Return Value

None