[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollection.Item

this Property

this[int]

Gets or sets the double value at the specified index.

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

Index of the double value.

Property Value
Type Description
double

Double value.

Implements