Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StackedLineSeries Class / Series Property


In This Topic
    Series Property (StackedLineSeries)
    In This Topic
    Gets the collection of line series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Series As LineSeriesCollection
    'Usage
     
    
    Dim instance As StackedLineSeries
    Dim value As LineSeriesCollection
     
    value = instance.Series
    public LineSeriesCollection Series {get;}
    See Also