A class that represents pie piece objects in pie charts.
The following tables list the members exposed by the PiePiece type.
Public Constructors
Public Fields
|
Name |
Description |
|
PieceX |
The X-coordinate of the detached piece. |
|
PieceY |
The Y-coordinate of the detached piece. |
Public Properties
|
Name |
Description |
|
Angle |
Gets the angle of the PiePiece. |
|
InnerLabel |
Gets the inner label drawn at this pie piece. |
|
OuterLabel |
Gets the label drawn outside the pie piece. |
|
PieceOut |
Gets whether this piece is detached. |
Inherited Public Properties
|
Name |
Description |
|
Index |
Gets the index of the chart element. (Inherited from ChartElement.) |
See Also
|