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