PlotBreakMark Property

The PlotBreakMark property returns or sets which marker is used to indicate axis breaks on the plot. Returns a grfPlotBreakMarkType.

Syntax

object.PlotBreakMark

object.PlotBreakMark = PlotBreakMark

 

Parameter Type Description
PlotBreakMark grfPlotBreakMarkType required, specifies the type of break mark on the plot

 

Remarks

When a symbol plot break mark is used, grfPlotBreakMarkSymbol, use the AutoBreakAxis object Symbol property to access the symbol properties for the plot break marks.

Example 1

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

Debug.Print BreakAxis.PlotBreakMark

Example 2

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

BreakAxis.PlotBreakMark = grfPlotBreakMarkAxis

 

Used by: AutoBreakAxis object