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


In This Topic
    Series Property (ExpandSeriesEventArgs)
    In This Topic
    Gets or sets the series type will be added
    Syntax
    'Declaration
     
    
    Public Property Series As Series
    'Usage
     
    
    Dim instance As ExpandSeriesEventArgs
    Dim value As Series
     
    instance.Series = value
     
    value = instance.Series
    public Series Series {get; set;}
    See Also