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





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

 Syntax

C#  Copy Code

public DoubleCollection OuterStrokeDashArray { get; set; }

Visual Basic  Copy Code

Public Property OuterStrokeDashArray As DoubleCollection

 Property Value

A list of double values that specifies the dash patters. The default is an empty list.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace