ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Sparkline Namespace / C1Sparkline Class / SeriesList Property

In This Topic
    SeriesList Property (C1Sparkline)
    In This Topic
    An array of series objects that contain data values and labels to display in the chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property SeriesList As System.Collections.Generic.List(Of SparklineSeries)
    public System.Collections.Generic.List<SparklineSeries> SeriesList {get;}
    See Also