Back to Devexpress

Diagram3D.RotationAngleY Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-d413a853.md

latest2.0 KB
Original Source

Diagram3D.RotationAngleY Property

Gets or sets the value (in degrees) at which the diagram should be rotated around the Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int RotationAngleY { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property RotationAngleY As Integer

Property Value

TypeDescription
Int32

An integer value which specifies the rotation angle (in degrees).

|

Remarks

Note that the RotationAngleY property can be used only if the Diagram3D.RotationType property is set to either RotationType.UseAngles or RotationType.UseMouseStandard. If the Diagram3D.RotationType property is set to RotationType.UseMouseAdvanced, then the RotationAngleY property value is undefined and can’t be used.

See Also

RotationAngleX

RotationAngleZ

RotationOrder

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace