[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.Add

Add Method

Add(Line)

Adds a line to the collection.

Declaration
public void Add(Line item)
Public Sub Add(item As Line)
Parameters
Type Name Description
Line item

Line

Implements