MinorOffsetY Property
The MinorOffsetY property returns or sets the minor tick label vertical offset for X and Y axis labels. Returns a Double.
Syntax
object.MinorOffsetY
object.MinorOffsetY = MinorOffsetY
Parameter | Type | Description |
MinorOffsetY | Double | required, in page units |
Example
This example shows how to set the offset for tick labels for minor tick marks.
TickLabels.MinorOffsetY = 0.3
Used by: AutoAxisTickLabels object