Gets or sets the dash array for the line. This is a dependency property.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DoubleCollection DashArray { get; set; }
Visual Basic
Public Property DashArray As DoubleCollection
	Get
	Set
Visual C++
public:
property DoubleCollection^ DashArray {
	DoubleCollection^ get ();
	void set (DoubleCollection^ value);
}

See Also