Determines the palette stroke.

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

Syntax

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

See Also