Back to Devexpress

ChartControl.RuntimeRotation Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-e49c28a2.md

latest1.9 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The ChartControl.RuntimeRotation property is now obsolete. Use the Diagram3D.RuntimeRotation property instead.")]
public bool RuntimeRotation { get; set; }
vb
<Obsolete("The ChartControl.RuntimeRotation property is now obsolete. Use the Diagram3D.RuntimeRotation property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property RuntimeRotation As Boolean

Property Value

TypeDescription
Boolean

true if rotation is enabled; otherwise, false.

|

Remarks

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

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace