AutoXMax Property
The AutoXMax property returns or sets if the maximum X value of the grid data should be automatically used when gridding the data. Returns a Boolean.
Syntax
object.AutoXMax
object.AutoXMax = AutoXMax
Parameter | Type | Description |
AutoXMax | Boolean | required, true to use the maximum X value |
Example
This example shows how to set the Auto X Maximum value to false for the gridding object.
ContGrid.AutoXMax = False
Used by: AutoGriddingObj object