Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataField Class / FieldName Property


In This Topic
FieldName Property (SeriesDataField)
In This Topic
Indicates what the series is bound to.
Syntax
'Declaration
 
Public ReadOnly Property FieldName As String
 
'Usage
 
Dim instance As SeriesDataField
Dim value As String
 
value = instance.FieldName

Property Value

The name of the field.
See Also