Gets or sets the dash array of the stroke for the outer axis. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection OuterStrokeDashArray { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OuterStrokeDashArray As DoubleCollection |
A list of double values that specifies the dash patters. The default is an empty list.
See Also