Version

RingSeries Class Members

The following tables list the members exposed by RingSeries.

Public Constructors
 NameDescription
Public ConstructorRingSeries ConstructorInitializes a new instance of the RingSeries class.  
Public Properties
 NameDescription
Public PropertyBrushesGets or sets the palette of brushes to use for coloring the slices. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyChartGets reference to the owning chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyFontBrushGets or sets the font brush for the labels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyIsSurfaceInteractionDisabledGets or sets whether all surface interactions with the plot area should be disabled. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyItemsSourceGets or sets the data source for the chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLabelExtentGets or sets the pixel amount by which the labels are offset from the edge of the slices. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLabelInnerColorGets or sets the color for labels rendered inside of the pie chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLabelMemberPathGets or sets the property name that contains the labels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLabelOuterColorGets or sets the color for labels rendered outside of the pie chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLabelsPositionGets or sets the position of chart labels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineFillGets or sets the fill brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineMarginGets or sets the margin between a label and its leader line. The default is 6 pixels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineOpacityGets or sets the opacity. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineStrokeGets or sets the stroke brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineStrokeThicknessGets or sets the stroke thickness. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineTypeGets or sets what type of leader lines will be used for the outside end labels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLeaderLineVisibilityGets or sets whether the leader lines are visible. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLegendGets or sets the legend used for the current chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyLegendLabelMemberPathGets or sets the property name that contains the legend labels. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyNameGets or sets the name to use for the series. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryFillGets or sets the fill brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryOpacityGets or sets the opacity. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryStrokeGets or sets the stroke brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryStrokeThicknessGets or sets the stroke thickness. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryTextGets or sets the label of the Others slice. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryThresholdGets or sets the threshold value that determines if slices are grouped into the Others slice. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOthersCategoryTypeGets or sets whether to use numeric or percent-based threshold value. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyOutlinesGets or sets the palette of brushes to use for outlines on the slices. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyRadiusFactorGets or sets the scaling factor of the chart's radius. Value between 0 and 1. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertySelectedSliceFillGets or sets the fill brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertySelectedSliceOpacityGets or sets the opacity. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertySelectedSliceStrokeGets or sets the stroke brush. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertySelectedSliceStrokeThicknessGets or sets the stroke thickness. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyStartAngleGets or sets the starting angle of the chart. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public PropertyValueMemberPathGets or Sets the property name that contains the values. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public Methods
 NameDescription
Public MethodProvideContainerCalled by the UI framework to provide a UI container for rendering this control. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public MethodSetLabelExtentSets the RingSeriesBase.LabelExtent property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public MethodSetLeaderLineMarginSets the RingSeriesBase.LeaderLineMargin property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public MethodSetLeaderLineStrokeThicknessSets the RingSeriesBase.LeaderLineStrokeThickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public MethodSetOthersCategoryStrokeThicknessSets the RingSeriesBase.OthersCategoryStrokeThickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public MethodSetSelectedSliceStrokeThicknessSets the RingSeriesBase.SelectedSliceStrokeThickness property to a value of the specified units. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Protected Methods
 NameDescription
Protected MethodOnFormatLabelUsed to invoke the RingSeriesBase.FormatLabel event. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Protected MethodOnFormatLegendLabelUsed to invoke the RingSeriesBase.FormatLegendLabel event. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Protected MethodOnPropertyUpdatedUsed to invoke the RingSeriesBase.PropertyUpdated event. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public Events
 NameDescription
Public EventFormatLabelUsed to customize the labels for the slices in the chart based on the item in context. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public EventFormatLegendLabelUsed to format the legend labels for the slices in the chart based on the item in context. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public EventPropertyChangedInvoked when a property of the object has been changed. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes. (Inherited from Infragistics.Controls.Charts.RingSeriesBase)
See Also