A class that represents pie piece objects in pie charts. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public sealed class PiePiece : ChartElement |
Visual Basic
![]() |
---|
Public NotInheritable Class PiePiece |
JavaScript
![]() |
---|
// class |
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.
System.Object
MindFusion.Charting.ChartElement
MindFusion.Charting.PiePiece