Gets or sets the dash array used by horizontal grid lines. 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 HorizontalDashArray { get; set; }
Visual Basic
Public Property HorizontalDashArray As DoubleCollection
	Get
	Set
Visual C++
public:
property DoubleCollection^ HorizontalDashArray {
	DoubleCollection^ get ();
	void set (DoubleCollection^ value);
}

See Also