Gets or sets the Color of the plotted series border color. This is mostly used for bar charts as opposed to line charts which would just use the "SeriesColor" property

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

Syntax

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

See Also