On Property

The On property returns or sets the break axis feature. Returns a Boolean.

Syntax

object.On

object.On = On

 

Parameter Type Description
On Boolean required, default is false (do not break axis)

 

Example

This example shows how to break an axis.

XAxis.AxisBreak.on = True

 

Used by: AutoBreakAxis object