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

ScatterChartDashboardItem.Rotated Property

Gets or sets whether the scatter chart is rotated.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to rotate the scatter chart; otherwise, false.

Remarks

By default, a scatter chart has its X-axis oriented horizontally and its Y-axis oriented vertically. Set the Rotated property to true to rotate the scatter chart so that the Y-axis renders horizontally and the X-axis renders vertically.

See Also