Skip to main content

CartesianChart.Rotated Property

Specifies whether or not the chart area should be rotated.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "RotatedPropertyChanged")]
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