Spread Windows Forms 12.0 Product Documentation
Item(String) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SeriesDataFieldCollection Class > Item Property : Item(String) Property
Gets the SeriesDataField with the specified field name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal fieldName As String _
) As SeriesDataField
'Usage
 
Dim instance As SeriesDataFieldCollection
Dim fieldName As String
Dim value As SeriesDataField
 
value = instance.Item(fieldName)
public SeriesDataField Item( 
   string fieldName
) {get;}

Parameters

fieldName
See Also

Reference

SeriesDataFieldCollection Class
SeriesDataFieldCollection Members
Overload List