MindFusion.Wpf Pack Programmer's Guide
RadarSeries.RadarScatterStrokeThickness Property
See Also
 





Gets or sets the thickness of the scatter stroke. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double RadarScatterStrokeThickness { get; set; }

Visual Basic  Copy Code

Public Property RadarScatterStrokeThickness As Double

 Property Value

A double value. The default is 1.

 Remarks

The RadarScatterStrokeThickness property specifies the thickness of the stroke used for outlining scatters drawn at data points in this RadarSeries. If you want to show scatters set ScatterType to a value different than None.

 See Also

RadarSeries Members
RadarSeries Class
MindFusion.Charting.Wpf Namespace