MinorAngle Property

The MinorAngle property returns or sets axis minor label angle. Returns a Double.

Syntax

object.MinorAngle

object.MinorAngle = MinorAngle

 

Parameter Type Description
MinorAngle Double required, in degrees

 

Example

This example shows how to set the minor tick label angle to 45 degrees.

TickLabels.MinorAngle = 45

 

Used by: AutoAxisTickLabels object