ChartDirector 7.1 (.NET Edition)

Line.setColor


Usage

[C#]public void setColor(int c);
[VB]Public Sub setColor(c As Integer)

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