ScaleType property



The scale type for the x- or y-axis.

Syntax

Set:     Axis.setScaleType(sType)
Get: sType = Axis.getScaleType()

Applies to

Axis object.

Data type

integer.
Value Description
1 Each value in the data series is plotted directly. (default)
3 Each value in the data series is plotted as a percent of the values plotted at the given data point. The percent values add up to 100%. For example, if there are three data series at the point labeled Q1, the three values add up to 100%.

Usage

After setting this property, call refresh() to redraw the chart.