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


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

    Property Value

    The name of the series.
    See Also