Skip to main content

ScatterChartDashboardItem.Rotated Property

Gets or sets whether the scatter chart is rotated.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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