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

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

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public float HeightPercent { get; set; }

    Property Value

    Type Description
    Single

    A value from 0.05 to 5. Default value is 1.

    Property Paths

    You can access this nested property as listed below:

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