MajorLength Property

The MajorLength property returns or sets the length of the major tick marks. Returns a Double.

Syntax

object.MajorLength

object.MajorLength = MajorLength

 

Parameter Type Description
MajorLength Double required, in page units

 

Example

This example shows how to set the major tick mark length.

TickMarks.MajorLength = 0.07

 

Used by: AutoAxisTickMarks object