Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SeriesDataFieldCollection Class > Item Property : Item(Int32) Property
Gets the SeriesDataField at the specified index.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As SeriesDataField
'Usage
 
Dim instance As SeriesDataFieldCollection
Dim index As Integer
Dim value As SeriesDataField
 
value = instance.Item(index)
public SeriesDataField Item( 
   int index
) {get;}

Parameters

index
See Also

Reference

SeriesDataFieldCollection Class
SeriesDataFieldCollection Members
Overload List