[]
Specifies various options for pie charts.
public class PieOptions : DependencyObject
| Name | Description |
|---|---|
| PieOptions() |
| Name | Description |
|---|---|
| DirectionProperty | |
| InnerRadiusProperty | Identifies the InnerRadius attached dependency property. |
| OffsetProperty | Identifies the Offset attached dependency property. |
| SeriesLabelTemplateProperty | Identifies the SeriesLabelTemplate attached dependency property. |
| StartingAngleProperty |
| Name | Description |
|---|---|
| GetDirection(C1Chart) | Gets the value of the Direction attached property for the specified chart. |
| GetInnerRadius(C1Chart) | Gets the value of the InnerRadius attached property for the specified chart. The InnerRadius property controls the inner radius of pie/doughnut charts(hole size). |
| GetOffset(C1Chart) | Gets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion). |
| GetSeriesLabelTemplate(C1Chart) | Gets the value of the SeriesLabelTemplate attached property for the specified chart. |
| GetStartingAngle(C1Chart) | Gets the value of the StartingAngle attached property for the specified chart. |
| SetDirection(C1Chart, SweepDirection) | Sets the value of the Direction attached property for the specified chart. |
| SetInnerRadius(C1Chart, double) | Sets the value of the InnerRadius attached property for the specified chart. The InnerRadius property controls the inner radius of pie/doughnut charts(hole size). |
| SetOffset(C1Chart, double) | Sets the value of the Offset attached property for the specified chart. The Offset property controls the distance of pie slices from the center(Explosion). |
| SetSeriesLabelTemplate(C1Chart, DataTemplate) | Sets the value of the SeriesLabelTemplate attached property for the specified chart. |
| SetStartingAngle(C1Chart, double) | Sets the value of the StartingAngle attached property for the specified chart. |