ChartDirector 5.1 (.NET Edition)

Axis.setTickColor


Usage

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

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