MaxFont Property

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

Syntax

object.MaxFont

object.MaxFont =MaxFont

 

Example

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

Box1.MaxFont.Bold = True

 

Used by: AutoBoxPlot Object