YMaxMode Property
The YMaxMode property returns or sets the Y maximum clipping mode. Returns a Long.
Syntax
object.YMaxMode
object.YMaxMode = YMaxMode
Parameter | Type | Description |
YMaxMode | Long | required, grfClipping |
Example
This example shows how to set the clipping mode for the Y maximum to the axis maximum.
Bar1.Clipping.YMaxMode = grfClipAxis
Used by: AutoClipping object