AutoNotchFactor Property
The AutoNotchFactor property returns/sets if the box plot notches are to be determined from the automatic (1.7) value. Returns a Boolean.
Syntax
object.AutoNotchFactor
object.AutoNotchFactor = AutoNotchFactor
Parameter | Type | Description |
AutoNotchFactor | Boolean | Required |
Example
This example shows how to set the display of notches to the default factor on a box-whisker plot.
Box1.AutoNotchFactor = True
Used by: AutoBoxPlot object