Back to Devexpress

Diagram3D.RotationAngleZ Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-3b1dbd86.md

latest2.0 KB
Original Source

Diagram3D.RotationAngleZ Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Int32

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

|

Remarks

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

See Also

RotationAngleX

RotationAngleY

RotationOrder

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace