ComponentOne FlexReport for WinForms
ChartUnboundDataSeriesCollection Class
Members 

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartUnboundDataSeriesCollection Class
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

Reference

ChartUnboundDataSeriesCollection Members
C1.Win.FlexReport.Chart Namespace