YMin Property [AutoGriddingObj]

The YMin property returns or sets the Y Minimum value to be used in gridding the data. Returns a Double.

Syntax

object.YMin

object.YMin = YMin

 

Parameter Type Description
YMin Double required

 

Example

This example shows how to set the Y minimum value for the gridding object.

ContGrid.AutoYMin = False

ContGrid.YMin = 4

 

Used by: AutoGriddingObj object