ChartDirector 7.1 (C++ Edition)

Axis.setTickColor


Usage

void setTickColor(int majorTickColor, int minorTickColor = -1);

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