ChartDashboardItem.Rotated Property
Gets or sets whether the chart is rotated.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
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