MaxVAlign Property

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

Syntax

object.MaxVAlign

object.MaxVAlign = MaxVAlign

 

Parameter Type Description
MaxVAlign Long required, grfVAlignment

 

Example

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

Box1.MaxVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object