Quartiles75Format Property

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

Syntax

object.Quartiles75Format

object.Quartiles75Format =Quartiles75Format

Example

This example shows how to add a prefix to the third Quartiles labels.

Box1.Quartiles75Format.prefix = "pre-"

 

Used by: AutoBoxPlot Object