ChartDashboardItem.Rotated Property
Gets or sets whether the chart is rotated.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
Set the Rotated property to true to rotate the chart so that the Y-axis renders horizontally and the X-axis renders vertically.
See Also