Notched Property

The Notched property is used to turn on or off the display of notches on a box-whisker plot. Returns a Boolean.

Syntax

object.Notched

object.Notched = Notched

 

Parameter Type Description
Notched Boolean required, true to show notches

 

Example

This example shows how to turn on notch display on for a box-whisker plot.

Box1.Notched = True

 

Used by: AutoBoxPlot

See Also

Box-whisker Plot