Identifies the type of radar-chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public enum RadarType |
Visual Basic
Copy Code
|
|---|
Public Enum RadarType |
Members| Member name | Description | |
|---|---|---|
![]() |
Pie |
Draw data items as circular sectors. |
![]() |
Polygon |
Draw each series as a polygon. |
See Also