The following tables list the members exposed by ChartCollectionBase.
Name | Description | |
---|---|---|
ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
Count | The number of objects in this collection. |
Name | Description | |
---|---|---|
dirty | A dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) | |
List | The List used for this collection. | |
noUpdate | Set the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
Clear | Removes all items from this collection. | |
Clone | Creates and returns a copy of this collection and all its members. | |
Contains | Returns whether or not the given object is included in this collection. | |
CopyTo | Copies the members of this collection to the given array. | |
IndexOf | Returns the index in this collection of the specified object. | |
RemoveAt | Removes an object from the collection at the specified index. | |
ToArray | Creates and returns an array containing the members of this collection. | |
ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
Name | Description | |
---|---|---|
AddItem | Adds an object to this collection. | |
AddItems | Adds an array of objects to this collection. | |
GetItem | Gets an object from this collection at the specified index. | |
Insert | Inserts an object into this collection at the specified index. | |
Remove | Removes an object from this collection. | |
SetItem | Sets an object in this collection at the specified index. |