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