ChartDirector 5.1 (.NET Edition)

Line.setColor


Usage

[VB] Public Sub setColor(c As Integer)
[C#] 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