Gets or sets the thickness of the scatter stroke.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public double RadarScatterStrokeThickness { get; set; } |
Visual Basic
![]() |
---|
Public Property RadarScatterStrokeThickness As Double |
A double value. Default value is 1.
Scatters are drawn when RadarSeries.ScatterType is not ScatterType.Empty.
The following example creates diamond scatters at a radar chart. The scatters are orange with a red outlining.
C#
![]() |
---|
RadarSeries serie1 = new RadarSeries(); serie1.ScatterType = ScatterType.Diamond; |
Visual Basic
![]() |
---|
Dim serie1 As New RadarSeries() serie1.ScatterType = ScatterType.Diamond |