WhiskersLowerVAlign Property

The WhiskersLowerVAlign property returns or sets the vertical alignment for the box-whisker plot lower Whisker value label. Returns a Long.

Syntax

object.WhiskersLowerVAlign

object.WhiskersLowerVAlign = WhiskersLowerVAlign

 

Parameter Type Description
WhiskersLowerVAlign Long required, grfVAlignment

 

Example

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

Box1.WhiskersLowerVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object