Version

NumericDataPointCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdds a NumericDataPoint to this collection.  
Public MethodAddRangeAdds an array of NumericDataPoints to this collection/  
Public MethodClearRemoves all the members of this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodCloneCreates and returns a copy of this NumericDataPointCollection.  
Public MethodContainsOverloaded. Determines whether or not an object is a member of this collection.  
Public MethodCopyToCopies the members of this collection to the specified array, starting at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodGetEnumeratorGets the default enumerator for this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodIndexOfGets the index in the collection of the specified DataPoint. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodRemoveRemoves the specified DataPoint from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodRemoveAtRemoves an item from this collection at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodReverseReverses the current order of the list.  
Public MethodSortSorts the items in this collection by value.  
Public MethodToArrayCreates and returns an array containing the points in this collection.  
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. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Protected MethodOnAddNewOverridden. Adds a new DataPoint to this collection.  
Protected MethodOnCloneOverridden. Creates and returns a copy of this DataPointCollection.  
Protected MethodOnListChangedOverloaded. Called when items are added or removed from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
See Also