AfterSpacing Property
The AfterSpacing property returns or sets the major tick mark spacing after a break in the axis. Returns a Double.
Syntax
object.AfterSpacing
object.AfterSpacing=AfterSpacing
Parameter | Type | Description |
AfterSpacing | Double | required, spacing between tick marks |
Example
This example shows how to set the tick spacing after the axis break.
XAxis.AxisBreak.AfterUseDefault = False
XAxis.AxisBreak.AfterSpacing = 50
Used by: AutoBreakAxis object