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