Returns or sets the color of the major ticks on the object.
Object.TicksMajorColor [ = clrTicksMajor ]
The TicksMajorColor property syntax has the following parts:
Name |
Type |
Description |
Object |
AAxis |
AAxis object |
clrTicksMajor |
An integer specifying the color of the major ticks of the axis object. |
The colors are specified by their RGB values. The default is the current Ambient foreground color. This property can be set at design time and is read-only at run time.
The following statement changes the AAxis TicksMajorColor to red.
axs1.TicksMajorColor=aRed
TicksAboveRight, TicksBelowLeft, TicksInside, TicksMajor, TicksMajorBase, TicksMajorDivisions, TicksMajorGrid, TicksMajorGridColor, TicksMajorInterval, TicksMinor, TicksOutside, TicksSpacing