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