PivotChartDataProvideMode Enum
In This Article
Lists values that specify which data the pivot grid should pass to a bound chart control.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Provide
|
Pivot |
Use
|
Pivot |
#Related API Members
The following properties accept/return PivotChartDataProvideMode values:
#Remarks
Values listed by this enumeration are used to set the PivotGridOptionsChartDataSourceBase.DataProvideMode property.
See Also