Version

PieChartAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyBreakAllSlicesGets/Sets whether the PieChart renders a break in between every slice.  
Public PropertyBreakAlternatingSlicesGets/sets whether every alternate slice in the pie is seperated by a break.  
Public PropertyBreakOthersSliceGets/sets whether the 'Other' slice is rendered broken away from the pie.  
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.  
Public PropertyColumnIndexGets/sets the column number whose data will be used in the Pie Chart.  
Public PropertyConcentricDetermines whether or not to render concentric pies for this pie chart.  
Public PropertyConcentricSpacingSpacing to apply between pies if Concentric is set to True.  
Public PropertyLabelsA PieLabelAppearance object which determines how the labels on a Pie Chart will be displayed.  
Public PropertyOthersCategoryPercentGets/sets the minimum value, expressed as a decimal percentage, to render as a full slice independently.  
Public PropertyOthersCategoryTextGets/sets the text label that is used for the Others Category.  
Public PropertyPieThicknessGets/sets the thickness of each pie slice in a 3-D Pie Chart.  
Public PropertyRadiusFactorRadius of the Pie Chart is scaled with this property.  
Public PropertyShowConcentricLegendDetermines whether or not the special Concentric chart symbols should be added to the legend.  
Public PropertyStartAngleGets/sets the angle in degrees (0-360) to begin rendering the pie slices.  
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)
See Also