ChartObject.SwitchRowColumn() Method
Switches rows to columns in the chart data, plotting them on different axes.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
Consider the data range that looks as follows.
Data is plotted by rows (default), as shown in the picture below.
Call the SwitchRowColumn method.
Data is plotted by columns, as illustrated in the following picture.
See Also