2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / PlotArea Class / View3D Property

In This Topic
    View3D Property
    In This Topic
    Gets the View3D object of the PlotArea.
    Syntax
    'Declaration
     
    Public ReadOnly Property View3D As View3D
    public View3D View3D {get;}
    Remarks
    The returned View3D object has properties which are used to set 3D aspects of the PlotArea for charts with 3D effects.
    See Also