ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartData Class / DerivedSeries Property

In This Topic
    DerivedSeries Property
    In This Topic
    Gets ChartDerivedSeriesCollection collection containing derived series which are calculated from formulas applied to other series.
    Syntax
    'Declaration
     
    Public ReadOnly Property DerivedSeries As ChartDerivedSeriesCollection
    public ChartDerivedSeriesCollection DerivedSeries {get;}
    See Also