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

    Gets or sets whether chart height is calculated automatically.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool AutoHeight { get; set; }

    Property Value

    Type Description
    Boolean

    true to calculate height automatically; otherwise, false (default).

    Property Paths

    You can access this nested property as listed below:

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