Back to Devexpress

Diagram3D.RotationOptions Property

corelibraries-devexpress-dot-xtracharts-dot-diagram3d-104c8bd2.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public RotationOptions RotationOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property RotationOptions As RotationOptions

Property Value

TypeDescription
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

Diagram3D Class

Diagram3D Members

DevExpress.XtraCharts Namespace