WhiskersLowerFont Property

The WhiskersLowerFont property returns an AutoMFont object for the box-whisker plot lower whisker value label. This is a read-only property.

Syntax

object.WhiskersLowerFont

object.WhiskersLowerFont =WhiskersLowerFont

Example

This example shows how to enable the bold feature for the lower whisker labels.

Box1.WhiskersLowerFont.Bold = True

 

Used by: AutoBoxPlot Object