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


In This Topic
    SeriesName Property (SeriesDataSource)
    In This Topic
    Gets the name of the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesName As SeriesDataField
    'Usage
     
    
    Dim instance As SeriesDataSource
    Dim value As SeriesDataField
     
    value = instance.SeriesName
    public SeriesDataField SeriesName {get;}

    Property Value

    The name of the series.
    See Also