Side Property
The Side property returns or sets which side of the axis to draw the axis title. Returns a Long.
Syntax
object.Side
object.Side = Side
Parameter | Type | Description |
MajorSide | Long | required, grfAxisTitle |
Example
This example shows how to place the axis title on the right or top side of the axis.
AxisTitle.Side = grfAxisTitleRightTop
Used by: AutoAxisTitle
object