Gets or sets the thickness of the scatter stroke. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public double RadarScatterStrokeThickness { get; set; } |
Visual Basic Copy Code |
---|
Public Property RadarScatterStrokeThickness As Double |
A double value. The default is 1.
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.