Back to Devexpress

RotationOptions Class

corelibraries-devexpress-dot-xtracharts-eddfddf5.md

latest1.6 KB
Original Source

RotationOptions Class

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

Declaration

csharp
public class RotationOptions :
    ChartElement,
    IRotationBindings
vb
Public Class RotationOptions
    Inherits ChartElement
    Implements 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

RotationOptions Members

DevExpress.XtraCharts Namespace