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