ChartDirector 7.1 (.NET Edition)

Axis.setTickColor


Usage

[C#]public void setTickColor(int majorTickColor [, int minorTickColor ]);
[VB]Public Sub setTickColor(majorTickColor As Integer [, minorTickColor As Integer ])

Description

Sets the colors of the axis ticks.

Arguments

ArgumentDefaultDescription
majorTickColor(Mandatory)The color of the major ticks.
minorTickColor-1The color of the minor ticks. -1 means the color is the same as majorTickColor.

Return Value

None