DisplayMedian Property

The DisplayMedian property is used to show or hide the median plot value as a label for a box-whisker plot. Returns a Boolean.

Syntax

object.DisplayMedian

object.DisplayMedian = DisplayMedian

 

Parameter Type Description
DisplayMedian Boolean required, true to show median label values

 

Example

This example shows how to turn the median label values on for a box-whisker plot.

Box1.DisplayMedian = True

 

Used by: AutoBoxPlot

See Also

Plot Labels

Box-whisker Plot