Skip to main content

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool ChartAutoTranspose { get; set; }

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.

See Also