Back to Devexpress

PivotGridOptionsChartDataSourceBase.ProvideRowTotals Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-de1a7679.md

latest2.6 KB
Original Source

PivotGridOptionsChartDataSourceBase.ProvideRowTotals Property

Gets or sets whether row totals are passed to a chart control.

Namespace : DevExpress.XtraPivotGrid.Data

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

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

Declaration

csharp
[DefaultValue(false)]
public virtual bool ProvideRowTotals { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property ProvideRowTotals As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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.

See Also

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace