Gets or sets CapStyle style of end Level element painting.

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

Syntax

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

See Also