Identifies possible type of radar charts that can be drawn.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public enum RadarType |
Members| Member name | Description | |
|---|---|---|
![]() |
Pie |
Draws Series data items as circular sectors. |
![]() |
Polygon |
Draws each Series as a polygon. |
See Also