ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / CompositeChartSeries Class / Data Property

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