Gets or sets default line color.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also