Gets or sets the color of this series as it will be plotted 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 { get; set; }
Visual Basic (Declaration)
Public Property SeriesColor As Color
Visual C++
public:
property Color SeriesColor {
	Color get ();
	void set (Color value);
}

See Also