Version

DoughnutChartAppearance Class Members

The following tables list the members exposed by DoughnutChartAppearance.

Public Constructors
 NameDescription
Public ConstructorDoughnutChartAppearance ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyBreakAllSlicesGets/Sets whether the PieChart renders a break in between every slice. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyBreakAlternatingSlicesGets/sets whether every alternate slice in the pie is seperated by a break. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyBreakOthersSliceGets/sets whether the 'Other' slice is rendered broken away from the pie. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextCollection of Chart Text labels rendered within the slices of the Pie Chart. Only applicable to a 2D Pie Chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyColumnIndexGets/sets the column number whose data will be used in the Pie Chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyConcentricDetermines whether or not to render concentric pies for this pie chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyConcentricSpacingSpacing to apply between pies if Concentric is set to True. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyInnerRadiusGets/sets the radius of the inner hole in pixels.  
Public PropertyLabelsA PieLabelAppearance object which determines how the labels on a Pie Chart will be displayed. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyOthersCategoryPercentGets/sets the minimum value, expressed as a decimal percentage, to render as a full slice independently. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyOthersCategoryTextGets/sets the text label that is used for the Others Category. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyPieThicknessGets/sets the thickness of each pie slice in a 3-D Pie Chart. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyRadiusFactorRadius of the Pie Chart is scaled with this property. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyShowConcentricLegendDetermines whether or not the special Concentric chart symbols should be added to the legend. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public PropertyStartAngleGets/sets the angle in degrees (0-360) to begin rendering the pie slices. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodBreakSliceBreaks or unbreaks an individual slice off from the center of the pie. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public MethodBreakSliceResetReset all slices which were broken by the BreakSlice method back to their original state. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodGetOnlyExplicitlyBrokenSlicesReturns a list that allows you to enumerate the index numbers of the pie slices which are 'broken' explicitly by the numbers. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public MethodSetDataColumnIndexSpecifies which data column to use for charting the pie chart. This method is used for purposes internal to UltraChart. Please use the ColumnIndex property instead. (Inherited from Infragistics.UltraChart.Resources.Appearance.PieChartAppearance)
Public MethodToStringReturns a string representation of a ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates and returns an InstanceDescriptor which represents this ChartTypeAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
See Also