Skip to main content
A newer version of this page is available. .

PivotGridOptionsChartDataSourceBase.ShouldRemoveTotals Property

Gets whether any PivotGrid total should not be displayed within a chart control.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

[Browsable(false)]
public virtual bool ShouldRemoveTotals { get; }

Property Value

Type Description
Boolean

true if any total PivotGrid total should not be displayed within a chart control; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShouldRemoveTotals
WinForms Controls PivotGridControl
.OptionsChartDataSource.ShouldRemoveTotals
ASP.NET Controls and MVC Extensions ASPxPivotGrid
.OptionsChartDataSource.ShouldRemoveTotals
MVCxPivotGrid
.OptionsChartDataSource.ShouldRemoveTotals
PivotGridSettings
.OptionsChartDataSource.ShouldRemoveTotals
Reporting XRPivotGrid
.OptionsChartDataSource.ShouldRemoveTotals

Remarks

This property returns true if any of the following options is disabled:PivotGridOptionsChartDataSourceBase.ProvideRowTotals,PivotGridOptionsChartDataSourceBase.ProvideColumnTotals,PivotGridOptionsChartDataSourceBase.ProvideRowCustomTotals,PivotGridOptionsChartDataSourceBase.ProvideColumnCustomTotals, PivotGridOptionsChartDataSourceBase.ProvideColumnGrandTotals, orPivotGridOptionsChartDataSourceBase.ProvideRowGrandTotals.

See Also