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


In This Topic
    StripeCollection Class Members
    In This Topic

    The following tables list the members exposed by StripeCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of stripes in the collection.  
    Public PropertyGets or sets the stripe at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a stripe to the collection.  
    Public MethodAdds an array of stripes to the collection.  
    Public MethodRemoves all stripes from the collection.  
    Public MethodDetermines whether the collection contains a specific stripe.  
    Public MethodCopies the stripes 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 stripe in the collection.  
    Public MethodInserts a stripe into the collection at the specified index.  
    Public MethodInserts an array of stripes into the collection at the specified index.  
    Public MethodGenerates an object from its XML representation.  
    Public MethodRemoves the specified stripe from the collection.  
    Public MethodRemoves the stripe at the specified index.  
    Public MethodConverts an object into its XML representation.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed.  
    Top
    See Also