FixedScale Property

The FixedScale property returns or sets keeping the axis scale the same on each side of the axis break. When this option is enabled, the break is automatically positioned and one unit before the break equals the same distance as one unit after the break. Returns a Boolean.

Syntax

object.FixedScale

object.FixedScale = FixedScale

 

Parameter Type Description
FixedScale Boolean required, True to fix the scale

 

Example

This example sets the scale to fixed before and after the axis break.

AxisBreak.FixedScale = true

 

Used by: AutoBreakAxis object