Version

BoxSetCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdds a BoxSet 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 BoxSetCollection.  
Public MethodContainsOverloaded. Determines whether or not a given BoxSet is a member of this collection.  
Public MethodCopyToOverloaded. Copies the BoxSets in this BoxSetCollection to the given array.  
Public MethodGetEnumeratorGets the default enumerator for this collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
Public MethodGetMaximumGets the maximum numeric value of all BoxSets in this collection.  
Public MethodGetMinimumGets the minimum numeric value of all BoxSets in this collection.  
Public MethodIndexOfOverloaded. Gets the index in this collection of the specified BoxSet.  
Public MethodInsertInserts a BoxSet into this collection at the specified index.  
Public MethodRemoveOverloaded. Removes the specified BoxSet from this collection.  
Public MethodRemoveAtRemoves an item from this collection at the specified index. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
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. Creates a new BoxSet with the default settings and adds it to this collection.  
Protected MethodOnCloneOverridden. Creates and returns a copy of this BoxSetCollection.  
Protected MethodOnListChangedOverloaded. Called when items are added or removed from the collection. (Inherited from Infragistics.UltraChart.Data.Series.DataPointCollection)
See Also