Diagram3DModel.RotationOptions Property
Returns the rotation options of the modeled pseudo-3D Cartesian diagram.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public RotationOptionsModel RotationOptions { get; }
Property Value
Type | Description |
---|---|
RotationOptionsModel | The model of rotation options. |
See Also