Back to Devexpress

XYDiagram2D.Rotated Property

wpf-devexpress-dot-xpf-dot-charts-dot-xydiagram2d-dc981651.md

latest1.2 KB
Original Source

XYDiagram2D.Rotated Property

Gets or sets whether the diagram is rotated.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool Rotated { get; set; }
vb
Public Property Rotated As Boolean

Property Value

TypeDescription
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

XYDiagram2D Class

XYDiagram2D Members

DevExpress.Xpf.Charts Namespace