Specifies the drawing styles for a radar chart.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public enum RadarStyle |
Visual Basic Copy Code |
---|
Public Enum RadarStyle |
Member name | Description | |
---|---|---|
Arcs |
The chart is drawn with arcs that connect the data points. |
|
Area |
Chart segments are lines and the interior is filled. |
|
AreaArcs |
Chart segments are arcs and the interior is filled. |
|
Lines |
The chart is drawn with lines that connect the data points. |
|
Points |
The chart is drawn with points that mark the position of each chart value. |