Search
RadarChart Class
Remarks See Also
 






A control used to draw radar charts.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public class RadarChart : Chart

Visual Basic  Copy Code

Public Class RadarChart
    Inherits Chart

 Remarks

This 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 Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Charting.Blazor.Dashboard
            MindFusion.Charting.Blazor.Chart
                MindFusion.Charting.Blazor.RadarChart

 See Also