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.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Columns | Columns are passed to the chart when Pivot |
Rows | Rows are passed to the chart when Pivot |
#Passed To
You can pass PivotChartDataProvidePriority values to the PivotGridControl.ChartDataProvidePriority property.
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.ChartDataProvidePriority property.