ScaleBoxAxis Property
The ScaleBoxAxis property returns or sets whether the box plot axis should allow standard scaling options. Returns a Boolean.
Syntax
object.ScaleBoxAxis
object.ScaleBoxAxis = True/False
Parameter | Type | Description |
ScaleBoxAxis | Boolean | required, True enables standard axis scaling options via the AScale property, False forces the default Equidistant scaling option |
Example
This example shows how to set the box plot axis to use linear scale.
BoxPlotAxis.ScaleBoxAxis = True
BoxPlotAxis.AScale - grfAxisLinear
Used by: AutoAxis object