Search
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.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public DoubleCollection StrokeDashArray { get; }

Visual Basic  Copy Code

Public ReadOnly Property StrokeDashArray As DoubleCollection

 Property Value

A WPF DoubleCollection object.

 See Also