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