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


In This Topic
    SeriesName Property (ChartIndicator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SeriesName As SheetCellRange
    'Usage
     
    
    Dim instance As ChartIndicator
    Dim value As SheetCellRange
     
    instance.SeriesName = value
     
    value = instance.SeriesName
    public SheetCellRange SeriesName {get; set;}
    See Also