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

In This Topic
    Data Property (SparklineSeries)
    In This Topic
    Get or set the array to use as a source for data that you can bind to the sparkline widget.
    Syntax
    'Declaration
     
    Public Property Data As System.Collections.Generic.List(Of Double)
    public System.Collections.Generic.List<double> Data {get; set;}
    See Also