A control used to draw radar charts.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
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![]()
Microsoft.AspNetCore.Components.ComponentBase![]()
MindFusion.Charting.Blazor.Dashboard
MindFusion.Charting.Blazor.Chart
MindFusion.Charting.Blazor.RadarChart
See Also