Skip to main content
All docs
V26.1
  • View3DOptions.BackWall Property

    Gets or sets back wall surface options for the 3D chart.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public SurfaceOptions BackWall { get; set; }

    Property Value

    Type Description
    SurfaceOptions

    A SurfaceOptions object or null if back wall options are not specified.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to BackWall
    Chart
    .View3D .BackWall
    See Also