YMax Property [AutoGriddingObj]
The YMax property returns or sets the Y Maximum value to be used in gridding the data. Returns a Double.
Syntax
object.YMax
object.YMax = YMax
Parameter | Type | Description |
YMax | Double | required |
Example
This example shows how to set the Y Maximum value for the gridding object.
ContGrid.AutoYMax = False
ContGrid.YMax = 17
Used by: AutoGriddingObj object