XMax Property [AutoClipping]

The XMax property returns or sets the maximum X value to be used by the plot. Returns a Double.

Syntax

object.XMax

object.XMax = XMax

 

Parameter Type Description
XMax Double required, maximum X value

 

Example

This example shows how to set the maximum X value to be used when clipping a plot.

Bar1.Clipping.xMax = 50

 

Used by: AutoClipping object