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