For a list of all members of this type, see DataPointCollection members.
| Name | Description | |
|---|---|---|
![]() | Clear | Removes all the members of this collection. |
![]() | Contains | Gets a value indicating whether or not the given object is a member of this collection. |
![]() | CopyTo | Copies the members of this collection to the specified array, starting at the specified index. |
![]() | GetEnumerator | Gets the default enumerator for this collection. |
![]() | IndexOf | Gets the index in the collection of the specified DataPoint. |
![]() | Remove | Removes the specified DataPoint from the collection. |
![]() | RemoveAt | Removes an item from this collection at the specified index. |
![]() | ToString | Creates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
| Name | Description | |
|---|---|---|
![]() | AddPoint | Adds a DataPoint to the collection. |
![]() | OnAddNew | Adds a new DataPoint to this collection. |
![]() | OnClone | Creates and returns a copy of this DataPointCollection. |
![]() | OnListChanged | Overloaded. Called when items are added or removed from the collection. |