The following tables list the members exposed by PieChartBase<T,M,A>.
Name | Description | |
---|---|---|
Model | Stores configuration information for a PieChartBase. |
Name | Description | |
---|---|---|
AllowSliceExplosion | Sets whether the slices can be exploded.
This is a dependency property. | |
AllowSliceSelection | Sets whether the slices can be selected.
This is a dependency property. | |
ExplodedRadius | Determines how much the exploded slice is offset from the center. Value between 0 and 1.
This is a dependency property. | |
InnerExtent | Sets the amount of space between the center and the start of the arc. This property should be set between 0 and 1. | |
IsSurfaceInteractionDisabled | Sets whether all surface interactions with the plot area should be disabled. | |
LabelExtent | Sets the pixel amount by which the labels are offset from the edge of the slices. | |
LabelInnerColor | Overloaded. Sets the color for labels rendered inside of the pie chart.
This is a dependency property. | |
LabelMemberPath | Sets the property name that contains the labels.
This is a dependency property. | |
LabelOuterColor | Overloaded. Sets the color for labels rendered outside of the pie chart.
This is a dependency property. | |
LabelsPosition | Sets the position of chart labels.
This is a dependency property. | |
LeaderLineMargin | Sets the margin between a label and the end of its leader line. The default is 6 pixels.
This is a dependency property. | |
LeaderLineType | Sets what type of leader lines will be used for the outside end labels.
This is a dependency property. | |
LeaderLineVisibility | Sets whether the leader lines are visible.
This is a dependency property. | |
LegendLabelMemberPath | Sets the property name that contains the legend labels.
This is a dependency property. | |
OthersCategoryText | Sets the label of the Others slice.
This is a dependency property. | |
OthersCategoryThreshold | Sets the threshold value that determines if slices are grouped into the Others slice.
This is a dependency property. | |
OthersCategoryType | Sets whether to use numeric or percent-based threshold value.
This is a dependency property. | |
PixelScalingRatio | Sets the scaling value used to affect the pixel density of the control. | |
RadiusFactor | Sets the scaling factor of the chart's radius. Value between 0 and 1.
This is a dependency property. | |
SelectionMode | Sets which mode to use for selecting slices. | |
StartAngle | Sets the starting angle of the chart.
This is a dependency property. | |
SweepDirection | Sets the rotational direction of the chart.
This is a dependency property. | |
TextStyle | Manually overrides the style to use for the labels. | |
ValueMemberPath | Sets the property name that contains the values.
This is a dependency property. |
View on GitHub