WhiskersLowerHAlign Property
The WhiskersLowerHAlign property returns or sets the horizontal alignment for box plot lower whiskers labels. Returns a Long.
Syntax
object.WhiskersLowerHAlign
object.WhiskersLowerHAlign = WhiskersLowerHAlign
Parameter | Type | Description |
WhiskersLowerHAlign | Long | required, grfHAlignment |
Example
This example shows how to set the horizontal alignment for plot labels.
Box1.WhiskersLowerHAlign = grfAlignLeft
Used by: AutoBoxPlot Object