Gets or sets the dash array used by vertical grid lines. This is a dependency property.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also