MindFusion WinForms Programmer's Guide
RadarType Enumeration
See Also
 





Specifies the different types of radar charts that can be drawn.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public enum RadarType

Visual Basic  Copy Code

Public Enum RadarType

 Members

  Member name Description

Polar

Indicates a 2D radar chart. The position of each data point is specified by a numerical value.

Radar

Indicates a 2D polar chart. The position of each data point is specified by an angle and a numerical value.

 See Also

MindFusion.Reporting Namespace