Gets or sets Stroke for sub lines drawing.

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

Syntax

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

See Also