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