AxisBreakMarkLength Property

The AxisBreakMarkLength property returns or sets the length of the axis break marks. Returns a Double.

Syntax

object.AxisBreakMarkLength

object.AxisBreakMarkLength = AxisBreakMarkLength

 

Parameter Type Description
AxisBreakMarkLength Double required, axis break mark length in page units

 

Example 1

This example shows how to set the axis break mark length to 0.2 inches.

BreakAxis.AxisBreakMarkLength = 0.2

Example 2

This example shows how to return the axis break mark length.

Debug.Print BreakAxis.AxisBreakMarkLength

 

Used by: AutoBreakAxis object