Skip to main content

PivotChartDataProvideMode Enum

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

public enum PivotChartDataProvideMode

#Members

Name Description
ProvideLastLevelData

PivotGrid passes only values from the lowest aggregation level.

UseCustomSettings

PivotGrid determines which values to provide based on the PivotGridControl.ChartProvide...Totals property values.

#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