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

In This Topic
    PieSeriesList Property
    In This Topic
    A collection value specifies the series for the pie chart.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property PieSeriesList As System.Collections.Generic.List(Of PieChartSeries)
    public virtual System.Collections.Generic.List<PieChartSeries> PieSeriesList {get;}
    See Also