MinFormat Property

The MinFormat property returns an AutoLabelFormat object for the box-whisker plot Minimum value label.  This is a read-only property.

Syntax

object.MinFormat

object.MinFormat =MinFormat

 

Example

This example shows how to add a prefix to the Minimum labels.

Box1.MinFormat.prefix = "pre-"

 

Used by: AutoBoxPlot Object