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