Skip to main content
A newer version of this page is available. .

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

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