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