Search
RadarPlot Class
Remarks See Also
 






A plot containing radar-chart graphics.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class RadarPlot : PolarPlot

Visual Basic  Copy Code

Public Class RadarPlot
    Inherits PolarPlot

 Remarks

This component implements drawing surface for radar-chart graphics renderers such as RadarRenderer, PieRadarRenderer, RadarScatterRenderer. The plot can contain a combination of such renderers, each having their distinct appearance settings.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Components.Component
        MindFusion.Charting.Plot
            MindFusion.Charting.PolarPlot
                MindFusion.Charting.RadarPlot

 See Also