WhiskersUpperVAlign Property

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

Syntax

object.WhiskersUpperVAlign

object.WhiskersUpperVAlign = WhiskersUpperVAlign

 

Parameter Type Description
WhiskersUpperVAlign Long required, grfVAlignment

 

Example

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

Box1.WhiskersUpperVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object