Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / Data Property


In This Topic
    Data Property (SeriesDataSource)
    In This Topic
    Gets the data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As SeriesDataFieldCollection
    'Usage
     
    
    Dim instance As SeriesDataSource
    Dim value As SeriesDataFieldCollection
     
    value = instance.Data
    public SeriesDataFieldCollection Data {get;}

    Property Value

    The data.
    See Also