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

    Gets or sets the perspective angle for the 3D chart.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int Perspective { get; set; }

    Property Value

    Type Description
    Int32

    An integer from 0 to 240. Default value is 30.

    Property Paths

    You can access this nested property as listed below:

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