Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesCollection Class
Properties Methods Events


In This Topic
    SeriesCollection Class Members
    In This Topic

    The following tables list the members exposed by SeriesCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of series in the collection.  
    Public PropertyGets or sets the series at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a series to the collection.  
    Public MethodAdds an array of series to the collection.  
    Public MethodRemoves all series from the collection.  
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodDetermines whether the collection contains a specific series.  
    Public MethodCopies the series in the collection to an array, starting at the specified array index.  
    Public MethodGets an enumerator that iterates through the collection.  
    Public MethodThis method is reserved and should not be used.  
    Public MethodDetermines the index of the series in the collection.  
    Public MethodInserts a series into the collection at the specified index.  
    Public MethodInserts an array of series into the collection at the specified index.  
    Public MethodGenerates an object from its XML representation.  
    Public MethodRemoves the specified series from the collection.  
    Public MethodRemoves the series at the specified index.  
    Public MethodConverts an object into its XML representation.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Protected MethodRaises the ListChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed.  
    Public EventOccurs when this list is changed, such as when an item in the list is added, inserted, deleted, or changed, or when the list is cleared.  
    Top
    See Also