Spread Windows Forms 10.0 Product Documentation
LineCollection Class Members
Properties  Methods  Events


The following tables list the members exposed by LineCollection.

Public Constructors
 NameDescription
Public ConstructorLineCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of lines in the collection.  
Public PropertyItemGets or sets the line at the specified index.  
Top
Public Methods
 NameDescription
Public MethodAddAdds a line to the collection.  
Public MethodAddRangeAdds an array of lines to the collection.  
Public MethodClearRemoves all lines from the collection.  
Public MethodCloneCreates a new collection that is a copy of this collection.  
Public MethodContainsDetermines whether the collection contains a specific line.  
Public MethodCopyToCopies the lines 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 line in the collection.  
Public MethodInsertInserts a line into the collection at the specified index.  
Public MethodInsertRangeInserts an array of lines into the collection at the specified index.  
Public MethodRemoveRemoves a line from the collection.  
Public MethodRemoveAtRemoves a line from the collection at the specified index.  
Public MethodSetLineGets or sets the line 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

Reference

LineCollection Class
FarPoint.Win.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.