FirstTickMode Property
The FirstTickMode property returns or sets the axis tick marks first tick range mode. Returns a Long.
Syntax
object.FirstTickMode
object.FirstTickMode = FirstTickMode
Parameter | Type | Description |
FirstTickMode | Long | required, grfAxisTickRange |
Example
This example shows how to set the first tick mark to a custom value.
TickMarks.FirstTickMode = grfTickCustom
Used by: AutoAxisTickMarks object