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