Version

BubbleChartAppearance Class Properties

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

Public Properties
 NameDescription
Public PropertyBubbleShapeShape of the Primitive used as a bubble.  
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyChartTextExposes the collection of ChartTextAppearance objects.  
Public PropertyColorCueColumnReturns or sets a value that specifies the absolute index of the column used for a Bubble chart's bubble color.  
Public PropertyColumnXReturns or sets a value that specifies the absolute index of the column used for a Bubble chart's X-axis values.  
Public PropertyColumnYReturns or sets a value that specifies the absolute index of the column used for a Bubble chart's Y-axis values.  
Public PropertyColumnZReturns or sets a value that specifies the absolute index of the column used for a Bubble chart's radius calculations.  
Public PropertyNullHandlingIndicates whether any Null data values encountered are to be handled as zero or the average value of adjacent rows.  
Public PropertySortByRadiusEnables sorting bubbles by radius.  
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