ChartDirector 7.0 (Java Edition)

Axis.setTickColor


Usage

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