FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DData Class / UnboundSeriesList Property

In This Topic
    UnboundSeriesList Property (Chart2DData)
    In This Topic
    Gets the collection of unbound series.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnboundSeriesList As ChartUnboundDataSeriesCollection
    public ChartUnboundDataSeriesCollection UnboundSeriesList {get;}
    Remarks
    The chart only shows the unbound series if this property is not empty.
    See Also