Spread Windows Forms 15.0
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
    public string FieldName {get;}

    Property Value

    The name of the field.
    See Also