PivotGridOptionsChartDataSourceBase.ProvideRowTotals Property
Gets or sets whether row totals are passed to a chart control.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if row totals are displayed in a chart control; otherwise, false. |
Remarks
In the following image, a chart control creates series for selected PivotGrid rows (the PivotGridOptionsChartDataSourceBase.ProvideDataByColumns property is set to false). The ProvideRowTotals property is set to true, and a series representing the “Austria Total” row is created in a chart control:
If the ProvideRowTotals property is set to false, a series for the “Austria Total” row is not created:
Note
This property is in effect when PivotGridOptionsChartDataSourceBase.DataProvideMode is set to PivotChartDataProvideMode.UseCustomSettings.