AxisBreak Property
The AxisBreak property allows access to the AutoBreakAxis object. Returns an AutoBreakAxis object. This is a read-only property.
Syntax
object.AxisBreak
object.AxisBreak =AxisBreak
Example
This example shows how to access the axis break object.
Set AxisBreak = Axis.AxisBreak
Used by: AutoAxis object