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

    Gets or sets side 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 SideWall { get; set; }

    Property Value

    Type Description
    SurfaceOptions

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

    Property Paths

    You can access this nested property as listed below:

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