YMin Property [AutoClipping]

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

Syntax

object.YMin

object.YMin = YMin

 

Parameter Type Description
YMin Double required, minimum Y value

 

Example

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

Bar1.Clipping.yMin = 2

 

Used by: AutoClipping object