ChartDirector 7.1 (C++ Edition)

Mark.setMarkColor


Usage

void setMarkColor(int lineColor, int textColor = -1, int tickColor = -1);

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