Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline ChartSeries shapes. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public DoubleCollection StrokeDashArray { get; set; } |
Visual Basic Copy Code |
---|
Public Property StrokeDashArray As DoubleCollection |
A WPF DoubleCollection object. The default is null (Nothing in Visual Basic).