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