Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Series Class / SeriesName Property


In This Topic
    SeriesName Property (Series)
    In This Topic
    Gets or sets the name of the series.
    Syntax
    'Declaration
     
    
    Public Overridable Property SeriesName As String
    'Usage
     
    
    Dim instance As Series
    Dim value As String
     
    instance.SeriesName = value
     
    value = instance.SeriesName
    public virtual string SeriesName {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also