Pie |
public class PieProperties
The PieProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| PieProperties | Initializes pie properties with sensible defaults. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| ClockwiseRotation | Whether the pie sections rotate clockwise. | |
| DisplacedSectionCount | Number of displaced sections (max 32). | |
| Displacement | Displacement distance for displaced sections. | |
| Distance | Distance of labels from the pie. | |
| FormatAutomatic | Whether label formatting is automatic. | |
| FormatCategories | Whether to format categories in labels. | |
| FormatPercentages | Whether to format percentages in labels. | |
| FormatValues | Whether to format numeric values in labels. | |
| HorizontalOffset | Horizontal offset applied to the pie center. | |
| PositionAssociate | Whether labels are positioned associated to sections. | |
| Radius | Radius of the pie. | |
| Rotation | Rotation of the pie in degrees. | |
| Thickness | Thickness of the pie (for 3D appearance). | |
| ViewAngle | View angle of the pie chart. |