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
SyntaxC#
Copy Code
|
|---|
public DoubleCollection StrokeDashArray { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property StrokeDashArray As DoubleCollection |
A WPF DoubleCollection object.
See Also