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

RotationOptions Class

Provides settings that specify the ways in which rotation can be performed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class RotationOptions :
    ChartElement,
    IRotationBindings

The following members return RotationOptions objects:

Remarks

The properties exposed by the RotationOptions class allow you to define how rotation can be performed: via the mouse or by using end-user gestures (such as tap, flick and pinch) on any touch enabled device.

For more information, refer to Rotation (3D Charts).

Inheritance

Object
ChartElement
RotationOptions
See Also