ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / LineChartSeries Class / Data Property

In This Topic
    Data Property (LineChartSeries)
    In This Topic
    A value that indicates the data of the chart series.
    Syntax
    'Declaration
     
    Public Property Data As ChartSeriesData
    public ChartSeriesData Data {get; set;}
    See Also