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