MaxHAlign Property

The MaxHAlign property returns or sets the horizontal alignment for box plot Maximum labels. Returns a Long.

Syntax

object.MaxHAlign

object.MaxHAlign = MaxHAlign

 

Parameter Type Description
MaxHAlign Long required, grfHAlignment

 

Example

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

Box1.MaxHAlign = grfAlignLeft

 

Used by: AutoBoxPlot Object