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






Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline ChartSeries shapes.

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

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashArray As DoubleCollection

 Property Value

An instance of the System.Windows.Media.DoubleCollection class. Default value is an empty DoubleCollection.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace