MindFusion.Charting for Silverlight Programmer's Guide
ChartElement.StrokeDashArray Property
See Also
 






Gets the collection of double values that indicate the pattern of dashes and gaps that is used to outline the ChartElement shape.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; }

Visual Basic  Copy Code

Public ReadOnly Property StrokeDashArray As DoubleCollection

 Property Value

An instance of the System.Windows.Media.DoubleCollection class.

 See Also

ChartElement Members
ChartElement Class
MindFusion.Charting.Silverlight Namespace