Gets or sets CapStyle style of the Start Level element painting

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

Syntax

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

See Also