YMax Property [AutoClipping]

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

Syntax

object.YMax

object.YMax = YMax

 

Parameter Type Description
YMax Double required, maximum Y value

 

Example

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

Bar1.Clipping.yMax = 50

 

Used by: AutoClipping object