AutoFactor Property
The AutoFactor property returns/sets if the box plot outliers are to be calculated using the standard outlier factor. Returns a Boolean.
Syntax
object.AutoFactor
object.AutoFactor = AutoFactor
Parameter | Type | Description |
AutoFactor | Boolean | required |
Example
This example shows how to turn off the automatic factor.
Box1.AutoFactor = False
Used by: AutoBoxPlot object