OutliersVAlign Property

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

Syntax

object.OutliersVAlign

object.OutliersVAlign = OutliersVAlign

 

Parameter Type Description
OutliersVAlign Long required, grfVAlignment

 

Example

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

Box1.OutliersVAlign = grfAlignBottom

 

Used by: AutoBoxPlot Object