Back to Devexpress

PivotChartDataProvidePriority Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-540abea0.md

latest2.1 KB
Original Source

PivotChartDataProvidePriority Enum

Lists values that specify whether the pivot grid should pass columns or rows to a bound chart control when it is impossible to find the lowest-level data.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum PivotChartDataProvidePriority
vb
Public Enum PivotChartDataProvidePriority

Members

NameDescription
Columns

Columns are passed to the chart when PivotGridControl.ChartDataProvideMode is set to PivotChartDataProvideMode.ProvideLastLevelData and it is impossible to find the lowest level within the selection.

| | Rows |

Rows are passed to the chart when PivotGridControl.ChartDataProvideMode is set to PivotChartDataProvideMode.ProvideLastLevelData and it is impossible to find the lowest level within the selection.

|

The following properties accept/return PivotChartDataProvidePriority values:

Remarks

Values listed by this enumeration are used to set the PivotGridControl.ChartDataProvidePriority property.

See Also

DevExpress.Xpf.PivotGrid Namespace