RotationOptions Class
Provides settings that specify the ways in which rotation can be performed.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(LocalizableExpandableObjectTypeConverter))]
public class RotationOptions :
ChartElement,
IRotationBindings
Related API Members
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