Charting for WinForms Programmer's Guide
PieRenderer Class
Remarks See Also
 






A SeriesRenderer that draws pies in its containing plot.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public class PieRenderer : SeriesRenderer

Visual Basic  Copy Code

Public Class PieRenderer
    Inherits SeriesRenderer

 Remarks

PieRenderer must be placed inside a PolarPlot component. It draws each data item as a circular sector whose angle is proportional to the data value. If the GetLabel method of Series object returns InnerLabel or OuterLabel strings, they are drawn respectively inside or outside of their corresponding sector.

If series' IsEmphasized method returns true for a data item, its respective slice is drawn detached from the pie. If using PieSeries to specify data, you can assign indices of detached slices through the DetachedSlices property.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.SeriesRenderer
        MindFusion.Charting.PieRenderer

 See Also

PieRenderer Members
MindFusion.Charting Namespace