FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ChartField Class / ChartArea3D Property

In This Topic
    ChartArea3D Property (ChartField)
    In This Topic
    Gets the chart area of a 3D chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartArea3D As Chart3DArea
    public Chart3DArea ChartArea3D {get;}
    Remarks
    The chart area is the region of the chart that contains plot cube, axes and charted data. Its Style inherits directly from the parent ChartField.
    See Also