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