FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DData Class / UnboundData Property

In This Topic
    UnboundData Property (Chart3DData)
    In This Topic
    Gets the unbound data set.
    Syntax
    'Declaration
     
    Public ReadOnly Property UnboundData As Chart3DUnboundData
    public Chart3DUnboundData UnboundData {get;}
    Remarks
    The chart only shows the unbound points if this property is set.
    See Also