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