Back to Devexpress

PivotGridOptionsChartDataSourceBase.ShouldRemoveTotals Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-343bd64f.md

latest2.6 KB
Original Source

PivotGridOptionsChartDataSourceBase.ShouldRemoveTotals Property

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

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
[Browsable(false)]
public virtual bool ShouldRemoveTotals { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ShouldRemoveTotals As Boolean

Property Value

TypeDescription
Boolean

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

|

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

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace