Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[NonTestableProperty]
[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