MindFusion.Wpf Pack Programmer's Guide
RadarChart.InnerStrokeDashArray Property
See Also
 





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

 Syntax

C#  Copy Code

public DoubleCollection InnerStrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property InnerStrokeDashArray As DoubleCollection

 Property Value

A list with double values that specify the dash pattern for the stroke. The default is an empty list.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace