Returns or sets whether ticks are drawn above (for a horizontal axis) or to the right (for a vertical axis) of the object.
Object.TicksAboveRight [ = bAboveRight ]
The TicksAboveRight property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
bAboveRight |
Bool |
A boolean expression that specifies whether ticks appear above (for the horizontal axis) or to the right (for the vertical axis) of the object. |
bAboveRight can be one of the following:
Value |
Description |
True |
The tick marks appear above (for the horizontal axis) or to the right (for the vertical axis). |
False * |
No tick marks are displayed above or on the right side of the axis. |
If the property is set to FALSE no ticks are displayed above or to the right side of the axis.
The following statement changes the AAxis so tick marks appear above (for the horizontal axis) or to the right (for the vertical axis):
axs1.TicksAboveRight=True
TicksBelowLeft, TicksInside, TicksMajor, TicksMinor, TicksOutside