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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[NonTestableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int RotationAngleZ { get; set; }
Property Value
Type | Description |
---|---|
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