Min Property
The Min property returns or sets the label minimum value. Min is used when the label minimum is not set to automatic. Returns a Double.
Syntax
object.Min
object.Min = Min
Parameter | Type | Description |
Min | Double | required |
Example
This example shows how to set the color scale bar label minimum value.
ColorScale.Min = 2
Used by: AutoSurfaceColorScale object, AutoVectorColorScale object