The following tables list the members exposed by RingSeriesBase.
Name | Description | |
---|---|---|
Brushes | Gets or sets the palette of brushes to use for coloring the slices. | |
Chart | Gets reference to the owning chart. | |
FontBrush | Gets or sets the font brush for the labels. | |
IsSurfaceInteractionDisabled | Gets or sets whether all surface interactions with the plot area should be disabled. | |
ItemsSource | Gets or sets the data source for the chart. | |
LabelExtent | Gets or sets the pixel amount by which the labels are offset from the edge of the slices. | |
LabelInnerColor | Gets or sets the color for labels rendered inside of the pie chart. | |
LabelMemberPath | Gets or sets the property name that contains the labels. | |
LabelOuterColor | Gets or sets the color for labels rendered outside of the pie chart. | |
LabelsPosition | Gets or sets the position of chart labels. | |
LeaderLineFill | Gets or sets the fill brush. | |
LeaderLineMargin | Gets or sets the margin between a label and its leader line. The default is 6 pixels. | |
LeaderLineOpacity | Gets or sets the opacity. | |
LeaderLineStroke | Gets or sets the stroke brush. | |
LeaderLineStrokeThickness | Gets or sets the stroke thickness. | |
LeaderLineType | Gets or sets what type of leader lines will be used for the outside end labels. | |
LeaderLineVisibility | Gets or sets whether the leader lines are visible. | |
Legend | Gets or sets the legend used for the current chart. | |
LegendLabelMemberPath | Gets or sets the property name that contains the legend labels. | |
Name | Gets or sets the name to use for the series. | |
OthersCategoryFill | Gets or sets the fill brush. | |
OthersCategoryOpacity | Gets or sets the opacity. | |
OthersCategoryStroke | Gets or sets the stroke brush. | |
OthersCategoryStrokeThickness | Gets or sets the stroke thickness. | |
OthersCategoryText | Gets or sets the label of the Others slice. | |
OthersCategoryThreshold | Gets or sets the threshold value that determines if slices are grouped into the Others slice. | |
OthersCategoryType | Gets or sets whether to use numeric or percent-based threshold value. | |
Outlines | Gets or sets the palette of brushes to use for outlines on the slices. | |
RadiusFactor | Gets or sets the scaling factor of the chart's radius. Value between 0 and 1. | |
SelectedSliceFill | Gets or sets the fill brush. | |
SelectedSliceOpacity | Gets or sets the opacity. | |
SelectedSliceStroke | Gets or sets the stroke brush. | |
SelectedSliceStrokeThickness | Gets or sets the stroke thickness. | |
StartAngle | Gets or sets the starting angle of the chart. | |
ValueMemberPath | Gets or Sets the property name that contains the values. |
Name | Description | |
---|---|---|
ProvideContainer | Called by the UI framework to provide a UI container for rendering this control. |
Name | Description | |
---|---|---|
OnFormatLabel | Used to invoke the RingSeriesBase.FormatLabel event. | |
OnFormatLegendLabel | Used to invoke the RingSeriesBase.FormatLegendLabel event. | |
OnPropertyChanged | Used to raise the PropertyChanged event when a property of the object has been changed. | |
OnPropertyUpdated | Used to invoke the RingSeriesBase.PropertyUpdated event. |
Name | Description | |
---|---|---|
FormatLabel | Used to customize the labels for the slices in the chart based on the item in context. | |
FormatLegendLabel | Used to format the legend labels for the slices in the chart based on the item in context. | |
PropertyChanged | Invoked when a property of the object has been changed. | |
PropertyUpdated | Event raised when a property (including "effective" and non-dependency property) value changes. |