MinorOffsetX Property

The MinorOffsetX property returns or sets the minor tick label horizontal offset for X and Y axis labels. Returns a Double.

Syntax

object.MinorOffsetX

object.MinorOffsetX = MinorOffsetX

 

Parameter Type Description
MinorOffsetX Double required, in page units

 

Example

This example shows how to set the offset for tick labels for minor tick marks.

TickLabels.MinorOffsetX = 0.3

 

Used by: AutoAxisTickLabels object