Skip to main content
All docs
V26.1
  • Chart.View3D Property

    Gets or sets 3D view settings for the chart.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

    public View3DOptions View3D { get; set; }

    Property Value

    Type Description
    View3DOptions

    3D view settings for the chart.

    Remarks

    The Chart only applies 3D view settings when it displays 3D series (for example, Area3DSeries). If the chart displays 2D series, the View3D property has no effect on the chart’s appearance.

    See Also