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

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.v18.2.dll

Declaration

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