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