Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.RuntimeRotation Property

OBSOLETE

The ChartControl.RuntimeRotation property is now obsolete. Use the RuntimeRotation property instead.

Gets or sets a value indicating if the 3D Chart‘s diagram can be rotated by end-users at runtime via the mouse pointer.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The ChartControl.RuntimeRotation property is now obsolete. Use the Diagram3D.RuntimeRotation property instead.")]
public bool RuntimeRotation { get; set; }

#Property Value

Type Description
Boolean

true if rotation is enabled; otherwise, false.

#Remarks

The RuntimeRotation property is now obsolete. Use the Diagram3D.RuntimeRotation property instead.

See Also