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