Search
PolarPlot Class
Remarks See Also
 






A plot used to draw graphics in polar coordinate system.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class PolarPlot : Plot

Visual Basic  Copy Code

Public Class PolarPlot
    Inherits Plot

 Remarks

This component implements drawing surface for renderers that work in polar coordinate system, such as PieRenderer.

 Inheritance Hierarchy

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

 See Also