To Property

The To property returns or sets the break axis Break to field. Returns a Double.

Syntax

object.To

object.To = To

 

Parameter Type Description
To Double required, ending break value

 

Example

This example shows how to set the end of the axis break to 250.

XAxis.AxisBreak.to = 250

 

Used by: AutoBreakAxis object