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