ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / ChartSeries Property

In This Topic
    ChartSeries Property
    In This Topic
    Gets the chart series collection.
    Syntax
    'Declaration
     
    ReadOnly Property ChartSeries As IChartSeries()
    IChartSeries[] ChartSeries {get;}

    Property Value

    An array of IChartSeries representing the chart series.
    See Also