AddBreak Method

The AddBreak method adds a new break to the break list and returns the index of the newly added break. Returns an Integer.

Syntax

object.AddBreak( breakIndex )

 

Parameter Type Description
breakIndex Integer required, the position of the break in break list; the break list index starts at 1

 

Remarks

See Axis Properties - Break Axis Page for detailed information on breaking an axis. See AutoBreakAxis object for a full example script.

Example

This example shows how to return the indexed break value.

AxisBreakVar = XAxis1.AxisBreak.AddBreak(2)

 

Used by: AutoBreakAxis object