MinorSide Property
The MinorSide property returns or sets which side of the axis to draw tick marks or labels. Returns a Long.
Syntax
object.MinorSide
object.MinorSide = MinorSide
Parameter | Type | Description |
MinorSide | Long | required, grfAxisTickSide |
Example
This example shows how to place the tick labels on the right or top side of the axis.
TickLabels.MinorSide = grfTicksTopRight
Used by: AutoAxisTickLabels object, AutoAxisTickMarks object