Version

BubbleChartAppearance Class Members

The following tables list the members exposed by BubbleChartAppearance.

Public Constructors
 NameDescription
Public ConstructorBubbleChartAppearance ConstructorOverloaded.   
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)
Public Methods
 NameDescription
Public MethodCopyPropertiesCopies this object's properties to another ChartTypeAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartTypeAppearance)
Public MethodResetBubbleShapeResets the BubbleShape property to its default value.  
Public MethodResetChartTextResets the ChartText property to its default value.  
Public MethodResetColorCueColumnResets the ColorCueColumn property to its default value.  
Public MethodResetColumnXResets the ColumnX property to its default value.  
Public MethodResetColumnYResets the ColumnY property to its default value.  
Public MethodResetColumnZResets the ColumnZ property to its default value.  
Public MethodResetNullHandlingResets the NullHandling property to its default value.  
Public MethodResetSortByRadiusResets the SortByRadius property to its default value.  
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)
Protected MethodShouldSerializeBubbleShapeReturns a Boolean value that determines whether the BubbleShape property is set to its default value.  
Protected MethodShouldSerializeChartTextIndicates whether the ChartText property has changed from its default value.  
Protected MethodShouldSerializeColorCueColumnReturns a Boolean value that determines whether the ColorCueColumn property is set to its default value.  
Protected MethodShouldSerializeColumnXIndicates whether the ColumnX property has changed from its default value.  
Protected MethodShouldSerializeColumnYIndicates whether the ColumnY property has changed from its default value.  
Protected MethodShouldSerializeColumnZIndicates whether the ColumnZ property has changed from its default value.  
Protected MethodShouldSerializeNullHandlingReturns a Boolean value that determines whether the NullHandling property is set to its default value.  
Protected MethodShouldSerializeSortByRadiusIndicates whether the SortByRadius property has changed from its default value.  
See Also