MedianFormat Property

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

Syntax

object.MedianFormat

object.MedianFormat =MedianFormat

Example

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

Box1.MedianFormat.prefix = "pre-"

 

Used by: AutoBoxPlot Object