corelibraries-devexpress-dot-xtrapivotgrid-514e9d03.md
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.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public enum PivotChartDataProvidePriority
Public Enum PivotChartDataProvidePriority
| Name | Description |
|---|---|
Columns |
Columns are passed to the chart when PivotGridOptionsChartDataSourceBase.DataProvideMode 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 PivotGridOptionsChartDataSourceBase.DataProvideMode is set to PivotChartDataProvideMode.ProvideLastLevelData and it is impossible to find the lowest level within the selection.
|
The following properties accept/return PivotChartDataProvidePriority values:
Values listed by this enumeration are used to set the PivotGridOptionsChartDataSourceBase.DataProvidePriority property.
See Also