A class that represents pie piece objects in pie charts. Namespace: MindFusion.Charting Syntax
RemarksEach 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 HierarchySystem.Object See Also |