Spread Windows Forms 11.0 Product Documentation
Item Property (DoubleCollectionCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DoubleCollectionCollection Class : Item Property
Index of the item.
Gets or sets the item at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As DoubleCollection
'Usage
 
Dim instance As DoubleCollectionCollection
Dim index As Integer
Dim value As DoubleCollection
 
instance.Item(index) = value
 
value = instance.Item(index)
public DoubleCollection this[ 
   int index
]; {get; set;}

Parameters

index
Index of the item.

Property Value

Item.
See Also

Reference

DoubleCollectionCollection Class
DoubleCollectionCollection Members