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