Gets or sets Stroke for the Divisions drawing.

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

Syntax

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

See Also