MinVAlign Property
The MinVAlign property returns or sets the vertical alignment for the box-whisker plot Minimum value label. Returns a Long.
Syntax
object.MinVAlign
object.MinVAlign = MinVAlign
Parameter | Type | Description |
MinVAlign | Long | required, grfVAlignment |
Example
This example shows how to set the vertical alignment for plot labels.
Box1.MinVAlign = grfAlignBottom
Used by: AutoBoxPlot Object