DisplayMin Property

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

Syntax

object.DisplayMin

object.DisplayMin = DisplayMin

 

Parameter Type Description
DisplayMin Boolean required, true to show minimum label values

 

Example

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

Box1.DisplayMin = True

 

Used by: AutoBoxPlot

See Also

Plot Labels

Box-whisker Plot