ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / C1Chart3D Class / ChartArea Property

In This Topic
    ChartArea Property
    In This Topic
    Gets the control chart area object.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property ChartArea As Chart3DArea
    public new Chart3DArea ChartArea {get;}
    Remarks
    The ChartArea is that region of the chart that contains plot cube, axes and charted data. Its Style inherits directly from the parent C1Chart3D.
    See Also