Position Property [AutoBreakAxis]
The Position property returns or sets the break axis position along the axis. Returns a Double.
Syntax
object.Position
object.Position = Position
Parameter | Type | Description |
From | Double | required, percentage location of the break, 50 percent is in the middle of the axis |
Example
This example shows how to set the break position to 60 percent.
XAxis.AxisBreak.Position = 60
Used by: AutoBreakAxis object