corelibraries-devexpress-dot-xtracharts-eddfddf5.md
Provides settings that specify the ways in which rotation can be performed.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class RotationOptions :
ChartElement,
IRotationBindings
Public Class RotationOptions
Inherits ChartElement
Implements IRotationBindings
The following members return RotationOptions objects:
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).
Object ChartElement RotationOptions
See Also