Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / EnhanceStringCollection Class / DataField Property


In This Topic
    DataField Property (EnhanceStringCollection)
    In This Topic
    Gets or sets the field in the data source that supplies the string values.
    Syntax
    'Declaration
     
    
    Public Property DataField As String
    'Usage
     
    
    Dim instance As EnhanceStringCollection
    Dim value As String
     
    instance.DataField = value
     
    value = instance.DataField
    public string DataField {get; set;}
    See Also