The color which will be used to draw the series on the chart.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public Color SeriesColor { set; }
Visual Basic (Declaration)
Public WriteOnly Property SeriesColor As Color
Visual C++
public:
property Color SeriesColor {
	void set (Color value);
}

See Also