Clipping Property
The Clipping property allows access to clipping settings. Returns an AutoClipping object.
Syntax
object.Clipping
Example 1
This example shows how to set the X maximum clipping value.
Bar1.Clipping.xMax = 50
Example 2
This example shows how to return the X maximum clipping value.
Debug.Print Bar1.Clipping.xMax
Used by: AutoPlot object