MinAuto Property
The MinAuto property returns or sets a histogram automatic Minimum bin. Returns a Boolean.
Syntax
object.MinAuto
object.MinAuto = MinAuto
| Parameter | Type | Description | 
| MinAuto | Boolean | required, true to use the automatic minimum bin value | 
Example
This example shows how to disable the automatic minimum bin value.
Histogram1.MinAuto = False
Used by: AutoHistogram object