XMin Property [AutoClipping]

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

Syntax

object.XMin

object.XMin = XMin

 

Parameter Type Description
XMin Double required, minimum X value

 

Example

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

Bar1.Clipping.xMin = 2

 

Used by: AutoClipping object