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

XYDiagram2D.Rotated Property

Gets or sets whether the diagram is rotated.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool Rotated { get; set; }

Property Value

Type Description
Boolean

true to rotate the diagram; otherwise, false.

Remarks

If the Rotated property is enabled, the X-axis is displayed vertically, and the Y-axis is displayed horizontally.

Note that the Rotated property doesn’t affect the functionality of the axes. To clarify - the axis of arguments is still the X-axis, and the axis of values - the Y-axis.

See Also