ChartDirector Ver 3.1 (PHP Edition Edition)

Mark.setMarkColor


Usage

setMarkColor(lineColor[, textColor[, tickColor]])

Description

Set 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