Skip to main content

CartesianChart.Rotated Property

Specifies whether or not the chart area should be rotated.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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