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

Diagram3DModel.RotationOptions Property

Returns the rotation options of the modeled pseudo-3D Cartesian diagram.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public RotationOptionsModel RotationOptions { get; }

Property Value

Type Description
RotationOptionsModel

The model of rotation options.

See Also