[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionCollection.Item

this Property

this[int]

Gets or sets the item at the specified index.

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

Index of the item.

Property Value
Type Description
DoubleCollection

Item.

Implements