Version

DataPointCollection Class Methods

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

Public Methods
 NameDescription
Public MethodClearRemoves all the members of this collection.  
Public MethodContainsGets a value indicating whether or not the given object is a member of this collection.  
Public MethodCopyToCopies the members of this collection to the specified array, starting at the specified index.  
Public MethodGetEnumeratorGets the default enumerator for this collection.  
Public MethodIndexOfGets the index in the collection of the specified DataPoint.  
Public MethodRemoveRemoves the specified DataPoint from the collection.  
Public MethodRemoveAtRemoves an item from this collection at the specified index.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodAddPointAdds a DataPoint to the collection.  
Protected MethodOnAddNewAdds a new DataPoint to this collection.  
Protected MethodOnCloneCreates and returns a copy of this DataPointCollection.  
Protected MethodOnListChangedOverloaded. Called when items are added or removed from the collection.  
See Also