ChartDirector 7.0 (Java Edition)

Mark.setMarkColor


Usage

public void setMarkColor(int lineColor [, int textColor [, int tickColor ]])

Description

Sets the line, text and tick colors of the mark line.

Arguments

ArgumentDefaultDescription
lineColor(Mandatory)The color of the mark line.
textColor-1The color of the text label that will be shown on the axis. -1 means the text label color is the same as the line color.
tickColor-1The color of the tick that will be shown on the axis. -1 means the tick color is the same as the line color.

Return Value

None