For a list of all members of this type, see ChartCollectionBase members.
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. |