Diagram3D.RotationOptions Property
Provides access to the options specifying the ways in which rotation can be performed for 3D Diagrams.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RotationOptions RotationOptions { get; }
Property Value
Type | Description |
---|---|
RotationOptions | A RotationOptions object containing rotation options. |
Remarks
Use the RotationOptions property, to specify how the diagram can be rotated: via the mouse, or the keyboard.
For more information, refer to Rotation (3D Charts).
See Also