[]
        
(Showing Draft Content)

FarPoint.Win.Chart.SeriesCollection.Item

this Property

this[int]

Gets or sets the series at the specified index.

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

Index of series.

Property Value
Type Description
Series

Series.

Implements
Exceptions
Type Condition
ArgumentNullException

value is a null reference (Nothing in VB).