MedianFont Property
The MedianFont property returns an AutoMFont object for the box-whisker plot Median value label. This is a read-only property.
Syntax
object.MedianFont
object.MedianFont =MedianFont
Example
This example shows how to enable the bold feature for the Median labels.
Box1.MedianFont.Bold = True
Used by: AutoBoxPlot Object