FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DPlotArea Class / View3D Property

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