RotationOrder Enum
Specifies the order the AngleX, AngleY and AngleZ values are applied to rotate the 3D chart diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum RotationOrder
#Members
Name | Description |
---|---|
XYZ
|
The chart is first rotated around the X-axis by the Diagram3D. |
XZY
|
The chart is first rotated around the X-axis by the Diagram3D. |
YXZ
|
The chart is first rotated around the Y-axis by the Diagram3D. |
YZX
|
The chart is first rotated around the Y-axis by the Diagram3D. |
ZXY
|
The chart is first rotated around the Z-axis by the Diagram3D. |
ZYX
|
The chart is first rotated around the Z-axis by the Diagram3D. |
#Related API Members
The following properties accept/return RotationOrder values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Diagram3D. |
Win |
Diagram3DModel. |
#Remarks
The RotationOrder enumeration’s values are returned by the Diagram3D.RotationOrder property of a Diagram3D object. Note, that Diagram3D objects are returned by the ChartControl.Diagram property if it currently shows a series of 3D types.