MinorLength Property

The MinorLength property returns or sets the minor tick mark length. Returns a Double.

Syntax

object.MinorLength

object.MinorLength = MinorLength

 

Parameter Type Description
MinorLength Double require, in page units

 

Example

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

TickMarks.MinorLength = 0.03

 

Used by: AutoAxisTickMarks object