MindFusion.Charting Programmer's Guide

PiePiece Class

Remarks See Also
 





A class that represents pie piece objects in pie charts.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public sealed class PiePiece : ChartElement

Visual Basic  Copy Code

Public NotInheritable Class PiePiece
    Inherits ChartElement

JavaScript  Copy Code

// class
PiePiece.prototype = {}

 Remarks

Each pie piece in a pie chart is an instance of the PiePiece class. When the user clicks on a pie piece in hit-testing, the PiePiece object that contains the hitted mouse point is returned.

The members of the PiePiece class are read-only. Use the respective pie piece properties of the PieChart class to set them.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.ChartElement
        MindFusion.Charting.PiePiece

 See Also