NotchesAngle Property
The NotchesAngle property returns or sets the Notch label value angle for a box-whisker plot. Returns a Double.
Syntax
object.NotchesAngle
object.NotchesAngle = NotchesAngle
Parameter | Type | Description |
NotchesAngle | Double | required, in degrees |
Example 1
This example demonstrates how to set the angle for the Notch label.
Box1.NotchesAngle = 45
Example 2
This example demonstrates how to return the notch angle for the plot labels.
Debug.Print Box1.NotchesAngle
Used by: AutoBoxPlot Object