A control used to draw radar charts.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
SyntaxC#
Copy Code
|
|---|
public class RadarChart : Chart |
Visual Basic
Copy Code
|
|---|
Public Class RadarChart |
RemarksThis is a Dashboard whose default configuration contains a RadarPlot and a RadarRenderer. Setting the RadarType property switches the default renderer between RadarRenderer and PieRadarRenderer.
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
MindFusion.Charting.WinForms.Dashboard
MindFusion.Charting.WinForms.Chart
MindFusion.Charting.WinForms.RadarChart
See Also