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

ChartDashboardItem.Rotated Property

Gets or sets whether the chart is rotated.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool Rotated { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to rotate the chart; otherwise, false.

Remarks

By default, a chart has its X-axis oriented horizontally and its Y-axis oriented vertically.

Chart_Rotation_False

Set the Rotated property to true to rotate the chart so that the Y-axis renders horizontally and the X-axis renders vertically.

Chart_Rotation_True

See Also