OutliersFont Property
The OutliersFont property returns an AutoMFont object for the box-whisker plot Outliers value label. This is a read-only property.
Syntax
object.OutliersFont
object.OutliersFont =OutliersFont
Example
This example shows how to enable the bold feature for the Outliers labels.
Box1.OutliersFont.Bold = True
Used by: AutoBoxPlot Object