AfterScale Property

The AfterScale property returns or sets the axis scale after a break in the axis. Returns a Long.

Syntax

object.AfterScale

object.AfterScale=AfterScale

 

Parameter Type Description
AfterScale Long required, grfAxisScale

 

Example

This example shows how to set the scale to linear after the break.

XAxis.AxisBreak.AfterScale = grfAxisLinear

 

Used by: AutoBreakAxis object