[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LineCollection.Item

this Property

this[int]

Gets or sets the line at the specified index.

Declaration
public Line this[int index] { get; set; }
Public Default Property Item(index As Integer) As Line
Parameters
Type Name Description
int index

Index of the line.

Property Value
Type Description
Line

Line.

Implements