ChartDirector Ver 4.1 (C++ Edition)

Axis.setTickColor


Usage

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

Description

Sets the colors of the axis ticks.
SEO India | Search Engine Optimization Company India

Arguments

Argument Default Description
majorTickColor (Mandatory) The color of the major ticks.
minorTickColor -1 The color of the major ticks. -1 means the color is the same as majorTickColor.

Return Value

None