Set: Axis.setScaleType(sType)
Get: sType = Axis.getScaleType()
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%. |