PivotGridOptionsChartDataSourceBase.ProvideRowTotals Property
Gets or sets whether row totals are passed to a chart control.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v20.2.Core.dll
Declaration
[DefaultValue(false)]
public virtual bool ProvideRowTotals { get; set; }
<DefaultValue(False)>
Public Overridable Property ProvideRowTotals As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true if row totals are displayed in a chart control; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ProvideRowTotals |
---|---|---|
WinForms Controls | PivotGridControl |
|
ASP.NET Controls and MVC Extensions | ASPxPivotGrid |
|
Reporting | XRPivotGrid |
|
ASP.NET MVC Extensions | MVCxPivotGrid |
|
PivotGridSettings |
|
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.