Spread for ASP.NET 12 Product Documentation
Add Method (LineCollection)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LineCollection Class : Add Method
Line
Adds a line to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Line _
) 
'Usage
 
Dim instance As LineCollection
Dim item As Line
 
instance.Add(item)
public void Add( 
   Line item
)

Parameters

item
Line
See Also

Reference

LineCollection Class
LineCollection Members