PivotGridControl.ChartAutoTranspose Property
Gets or sets whether a bound chart control should be transposed if the number of series exceeds the number of argument values. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to transpose a bound chart control if the number of series exceeds the number of argument values; otherwise, false. |
Remarks
Set the ChartAutoTranspose property to true to transpose the chart by changing series into arguments and vice versa depending on the current selection. In this mode, the number of series never exceeds the number of arguments.
When the ChartAutoTranspose property is set to false, you can use the PivotGridControl.ChartProvideDataByColumns property to manually transpose a bound chart control.