Gets or sets Stroke used to face label lines.

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

Syntax

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

See Also