NotchesVAlign Property

The NotchesVAlign property returns or sets the vertical alignment for the box-whisker plot Notch value label. Returns a Long.

Syntax

object.NotchesVAlign

object.NotchesVAlign = NotchesVAlign

 

Parameter Type Description
NotchesVAlign Long required, grfVAlignment

 

Example

This example shows how to set the vertical alignment for box plot Notch labels.

Box1.NotchesVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object