ChartDirector 7.0 (ASP/COM/VB Edition)

Axis.setTickColor


Usage

setTickColor(majorTickColor [, 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