Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / SeriesName Property


In This Topic
    SeriesName Property (IIndicator)
    In This Topic
    Gets or sets the name of the series.
    Syntax
    'Declaration
     
    
    ReadOnly Property SeriesName As SheetCellRange
    'Usage
     
    
    Dim instance As IIndicator
    Dim value As SheetCellRange
     
    value = instance.SeriesName
    SheetCellRange SeriesName {get;}

    Property Value

    The name of the series.
    See Also