FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroup Class / Use3D Property

In This Topic
    Use3D Property (Chart2DGroup)
    In This Topic
    Gets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.
    Syntax
    'Declaration
     
    Public Property Use3D As Boolean
    public bool Use3D {get; set;}
    Remarks
    If Chart2DView3D data contains non-zero values for Depth, Rotation and Elevation, 3D effects are added to various charts, including Area, Bar, Pie and XYPlot charts. However, the Use3D property for a Chart2DGroup can override the use of 3D effects, allowing one group to be presented with 3D effects and the other group to be charted without 3D effects.
    See Also