[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.Item

this Property

this[int]

Gets or sets the Single value at the specified index.

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

Index of the Single value.

Property Value
Type Description
float

Single value.

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

value is less than zero or is greater than 4.