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