FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartUnboundDataSeriesCollection Class
Members

In This Topic
    ChartUnboundDataSeriesCollection Class
    In This Topic
    Represents the collection of unbound chart data series definitions.
    Object Model
    ChartUnboundDataSeriesCollection Class
    Syntax
    'Declaration
     
    Public Class ChartUnboundDataSeriesCollection 
       Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of ChartUnboundDataSeries)
    public class ChartUnboundDataSeriesCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<ChartUnboundDataSeries> 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexReport.Chart.ChartObjectCollection<T>
          C1.Win.FlexReport.Chart.ChartUnboundDataSeriesCollection

    See Also