NotchesFormat Property

The NotchesFormat property returns an AutoLabelFormat object for the box-whisker plot Notch value label.  This is a read-only property.

Syntax

object.NotchesFormat

object.NotchesFormat =NotchesFormat

Example

This example shows how to add a prefix to the Notch labels.

Box1.NotchesFormat.prefix = "pre-"

 

Used by: AutoBoxPlot Object