DisplayNotches Property

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

Syntax

object.DisplayNotches

object.DisplayNotches = DisplayNotches

 

Parameter Type Description
DisplayNotches Boolean required, true to show Notches label values

 

Example

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

Box1.DisplayNotches = True

 

Used by: AutoBoxPlot

See Also

Plot Labels

Box-whisker Plot