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

    Gets or sets the 3D chart rotation around the Y axis.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public int YRotation { get; set; }

    Property Value

    Type Description
    Int32

    An integer from 0 to 360. Default value is 0.

    Property Paths

    You can access this nested property as listed below:

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