Spread Windows Forms 12.0 Product Documentation
LineCollection Constructor(LineCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LineCollection Class > LineCollection Constructor : LineCollection Constructor(LineCollection)
Creates a new collection of lines that is a copy of the specified collection of lines.
Syntax
'Declaration
 
Public Function New( _
   ByVal collection As LineCollection _
)
'Usage
 
Dim collection As LineCollection
 
Dim instance As New LineCollection(collection)
public LineCollection( 
   LineCollection collection
)

Parameters

collection
Exceptions
ExceptionDescription
collection is a null reference (Nothing in VB).
See Also

Reference

LineCollection Class
LineCollection Members
Overload List