Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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