Back to Devexpress

PivotGridControl.ChartAutoTranspose Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-e6bb7e9f.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ChartAutoTranspose { get; set; }
vb
Public Property ChartAutoTranspose As Boolean

Property Value

TypeDescription
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.

See Also

ChartProvideDataByColumns

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace