Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class
Properties Methods Events


In This Topic
    DoubleCollection Class Members
    In This Topic

    The following tables list the members exposed by DoubleCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of double values in the collection.  
    Public PropertyGets or sets the field in the data source that supplies the double values.  
    Public PropertyGets or sets the data source for the double values.  
    Public PropertyGets or sets the double value at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a double value to the collection.  
    Public MethodAdds an array of double values to the collection.  
    Public MethodRemoves all double values from the collection.  
    Public MethodCreates a new collection that is a copy of this collection.  
    Public MethodDetermines whether the collection contains a specific double value.  
    Public MethodCopies the double values in the collection to an array, starting at the specified array index.  
    Public MethodGets an enumerator that iterates through the collection.  
    Public MethodDetermines the index of the double value in the collection.  
    Public MethodInserts a double value into the collection at the specified index.  
    Public MethodInserts an array of double values into the collection at the specified index.  
    Public MethodRemoves a double value from the collection.  
    Public MethodRemoves a double value from the collection at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed.  
    Top
    See Also