MaxAngle Property

The MaxAngle property returns or sets the maximum label value angle for a box-whisker plot. Returns a Double.

Syntax

object.MaxAngle

object.MaxAngle = MaxAngle

 

Parameter Type Description
MaxAngle Double required, in degrees

 

Example 1

This example demonstrates how to set the angle for the maximum label.

Box1.MaxAngle = 45

Example 2

This example demonstrates how to return the angle for the plot labels.

Debug.Print Box1.MaxAngle

 

Used by: AutoBoxPlot Object