Defines values that specify the type of the radar chart.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum RadarType |
Visual Basic
Copy Code
|
|---|
Public Enum RadarType |
Members| Member name | Description | |
|---|---|---|
![]() |
Polar |
The chart is polar. |
![]() |
Radar |
The chart is radar. |
See Also