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

    Gets or sets the depth of the 3D chart as a percentage.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public float DepthPercent { get; set; }

    Property Value

    Type Description
    Single

    A value from 0.2 to 20. The default value is 1.

    Property Paths

    You can access this nested property as listed below:

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