Gets or sets Color of the end Level element painting.

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

Syntax

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

See Also