From Property

The From property returns or sets the break axis From field. Returns a Double.

Syntax

object.From

object.From = From

 

Parameter Type Description
From Double required, beginning break value

 

Example

This example shows how to set the beginning of the axis break to 30.

XAxis.AxisBreak.from = 30

 

Used by: AutoBreakAxis object