Version 24.2 (latest)

PieChartAppearance Class Methods

For a list of all members of this type, see PieChartAppearance members.

Public Methods
 NameDescription
Public MethodBreakSliceBreaks or unbreaks an individual slice off from the center of the pie.  
Public MethodBreakSliceResetReset all slices which were broken by the BreakSlice method back to their original state.  
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.  
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.  
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