[]
        
(Showing Draft Content)

FarPoint.Web.Chart.BarSeriesCollection.Item

this Property

this[int]

Gets or sets the series at the specified index.

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

Series.

Implements
Exceptions
Type Condition
ArgumentNullException

value is a null reference (Nothing in VB).