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