XMaxMode Property

The XMaxMode property returns or sets the X maximum clipping mode. Returns a Long.

Syntax

object.XMaxMode

object.XMaxMode = XMaxMode

 

Parameter Type Description
XMaxMode Long required, grfClipping

 

Example

This example shows how to set the X clipping mode to the axis.

Bar1.Clipping.XMaxMode = grfClipAxis

 

Used by: AutoClipping object