ChartDirector 7.0 (Java Edition)

Line.setColor


Usage

public void setColor(int c)

Description

Sets the color of the line.

By default, the color of the line is LineColor. To draw a dash line, you can use a dash line color (created using BaseChart.dashLineColor or DrawArea.dashLineColor).

Arguments

ArgumentDefaultDescription
c(Mandatory)The color of the line.

Return Value

None