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