Gets or sets the style of the radar series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public RadarStyle RadarStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RadarStyle As RadarStyle |
A member of the RadarStyle enumeration. The default is Line.
See Also