Gets or sets a Collection of System.Double values that indicates the pattern of dashes and gaps that is used to the connecting lines.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public DoubleCollection LineDashArray { get; set; }
Visual Basic
Public Property LineDashArray As DoubleCollection
	Get
	Set

Remarks

This is a dependency property.

See Also