AutoBreakPosition Property

The AutoBreakPosition property returns or sets the state of 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. This property has the same effect of the legacy FixedScale property. Returns a Boolean.

Syntax

object.AutoBreakPosition

object.AutoBreakPosition = AutoBreakPosition

 

Parameter Type Description
breakIndex Integer required, the position of the break in break list; the break list index starts at 1

Remarks

See Axis Properties - Break Axis Page for detailed information on breaking an axis. See AutoBreakAxis object for a full example script.

Example

This example shows how to keep the axis scale the same on each side of the axis break.

XAxis1.AxisBreak.AutoBreakPosition = True

 

Used by: AutoBreakAxis object