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