MaxFormat Property
The MaxFormat property returns an AutoLabelFormat object for the box-whisker plot Maximum value label. This is a read-only property.
Syntax
object.MaxFormat
object.MaxFormat =MaxFormat
Example
This example shows how to add a prefix to the max labels.
Box1.MaxFormat.prefix = "pre-"
Used by: AutoBoxPlot Object