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.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Columns
|
Columns are passed to the chart when Pivot |
Rows
|
Rows are passed to the chart when Pivot |
#Related API Members
The following properties accept/return PivotChartDataProvidePriority values:
#Remarks
Values listed by this enumeration are used to set the PivotGridOptionsChartDataSourceBase.DataProvidePriority property.