AxisBreakMark Property

The AxisBreakMark property returns or sets which marker is used to indicate axis breaks. Returns a grfAxisBreakMarkType.

Syntax

object.AxisBreakMark

object.AxisBreakMark = AxisBreakMark

 

Parameter Type Description
AxisBreakMark grfAxisBreakMarkType required, specifies the type of break mark on the axis

 

Example 1

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

Debug.Print BreakAxis.AxisBreakMark

Example 2

This example shows how to set the axis break marks to use the diagonal line break marks.

BreakAxis.AxisBreakMark = grfBreakMarkDiagonalLine

 

Used by: AutoBreakAxis object