DisplayOutliers Property
The DisplayOutliers property is used to show or hide the outliers plot value as a label for a box-whisker plot. Returns a Boolean.
Syntax
object.DisplayOutliers
object.DisplayOutliers = DisplayOutliers
Parameter | Type | Description |
DisplayOutliers | Boolean | required, true to show outliers label values |
Example
This example shows how to turn the outliers label values on for a box-whisker plot.
Box1.DisplayOutliers = True
Used by: AutoBoxPlot
See Also