Quartiles25VAlign Property

The Quartiles25VAlign property returns or sets the vertical alignment for the box-whisker plot first Quartile value label. Returns a Long.

Syntax

object.Quartiles25VAlign

object.Quartiles25VAlign = Quartiles25VAlign

 

 

Parameter Type Description
Quartiles25VAlign Long required, grfVAlignment

 

Example

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

Box1.Quartiles25VAlign = grfAlignBottom

 

 

Used by: AutoBoxPlot Object