MindFusion WinForms Programmer's Guide
RadarStyle Enumeration
See Also
 





Specifies the drawing styles for a radar chart.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public enum RadarStyle

Visual Basic  Copy Code

Public Enum RadarStyle

 Members

  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.

 See Also

MindFusion.Reporting Namespace