PivotChartDataProvideMode Enum
In This Article
Lists values that specify which data the pivot grid should pass to a bound chart control.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Provide |
Pivot |
Use |
Pivot |
#Passed To
You can pass PivotChartDataProvideMode values to the PivotGridControl.ChartDataProvideMode property.
#Remarks
Values listed by this enumeration are used to set the PivotGridControl.ChartDataProvideMode property.
See Also