ScalingOption property
Returns or sets how the lines on a chart will be scaled. Read/write. Constant.
The choices are: each pen uses its own scale range, all pens are set to the same scale range, or all pens use the scale range of the pen identified by the ScalingLine property.
Syntax
yaxis
.ScalingOption
[ = option
]where
yaxis
- is a YAxis object, or an expression that evaluates to a YAxis object.option
- is a constant of type RSTscaleOptions.Provide Feedback