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

    Gets or sets whether to use right-angle axes in 3D view.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool RightAngleAxes { get; set; }

    Property Value

    Type Description
    Boolean

    true to use right-angle axes; otherwise, false. Default value is false.

    Property Paths

    You can access this nested property as listed below:

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