Spread Windows Forms 7.0 Product Documentation
DoubleCollection Class Members
See Also  Properties  Methods  Events Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : DoubleCollection Class


Glossary Item Box

The following tables list the members exposed by DoubleCollection.

Public Constructors

 NameDescription
Public ConstructorDoubleCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of double values in the collecion.  
Public PropertyDataFieldGets or sets the field in the data source that supplies the double values.  
Public PropertyDataSourceGets or sets the data source for the double values.  
Public PropertyItemGets or sets the double value at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a double value to the collection.  
Public MethodAddRangeAdds an array of double values to the collection.  
Public MethodClearRemoves all double values from the collection.  
Public MethodCloneCreates a new collection that is a copy of this collection.  
Public MethodContainsDetermines whether the collection contains a specific double value.  
Public MethodCopyToCopies the double values in the collection to an array, starting at the specified array index.  
Public MethodGetEnumeratorGets an enumerator that iterates through the collection.  
Public MethodIndexOfDetermines the index of the double value in the collection.  
Public MethodInsertInserts a double value into the collection at the specified index.  
Public MethodInsertRangeInserts an aray of double values into the collection at the specified index.  
Public MethodRemoveRemoves a double value from the collection.  
Public MethodRemoveAtRemoves a double value from the collection at the specified index.  
Top

Protected Methods

 NameDescription
Protected MethodOnChangedRaises the Changed event.  
Top

Public Events

 NameDescription
Public EventChangedOccurs when the collection is changed.  
Top

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.