Back to Devexpress

PivotChartDataProvideMode Enum

corelibraries-devexpress-dot-xtrapivotgrid-5a60c2c9.md

latest1.7 KB
Original Source

PivotChartDataProvideMode Enum

Lists values that specify which data the pivot grid should pass to a bound chart control.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.PivotGrid.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum PivotChartDataProvideMode
vb
Public Enum PivotChartDataProvideMode

Members

NameDescription
ProvideLastLevelData

PivotGrid passes only values from the lowest detail level.

| | UseCustomSettings |

PivotGrid determines which values to provide based on the PivotGridOptionsChartDataSourceBase.Provide…Totals property values.

|

The following properties accept/return PivotChartDataProvideMode values:

Remarks

Values listed by this enumeration are used to set the PivotGridOptionsChartDataSourceBase.DataProvideMode property.

See Also

DevExpress.XtraPivotGrid Namespace