Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DoubleCollection Class / DataField Property


In This Topic
    DataField Property (DoubleCollection)
    In This Topic
    Gets or sets the field in the data source that supplies the double values.
    Syntax
    'Declaration
     
    
    Public Property DataField As String
    'Usage
     
    
    Dim instance As DoubleCollection
    Dim value As String
     
    instance.DataField = value
     
    value = instance.DataField
    public string DataField {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also