OutlierFactor Property
The OutlierFactor property returns/sets the factor used to calculate the box plot outliers. Ignored unless AutoFactor is set to False. Returns a Double.
Syntax
object.OutlierFactor
object.OutlierFactor = OutlierFactor
Parameter | Type | Description |
OutlierFactor | Double | required |
Example
This example shows how to set the outlier factor for a box plot.
Box1.AutoFactor = False
Box1.OutlierFactor = 2
Used by: AutoBoxPlot object