Quartiles75VAlign Property

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

Syntax

object.Quartiles75VAlign

object.Quartiles75VAlign = Quartiles75VAlign

 

Parameter Type Description
Quartiles75VAlign Long required, grfVAlignment

 

Example

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

Box1.Quartiles75VAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object