XYDiagram2D.Rotated Property
Gets or sets whether the diagram is rotated.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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