Back to Devexpress

PivotGridOptionsChartDataSourceBase.ProvideRowCustomTotals Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgridoptionschartdatasourcebase-5b0853a2.md

latest2.7 KB
Original Source

PivotGridOptionsChartDataSourceBase.ProvideRowCustomTotals Property

Gets or sets whether row custom totals should be displayed in 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 ProvideRowCustomTotals { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property ProvideRowCustomTotals As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if row custom totals should be displayed in a chart control; otherwise, false.

|

Remarks

To specify whether automatic totals should be displayed in a chart control, use the PivotGridOptionsChartDataSourceBase.ProvideColumnTotals and PivotGridOptionsChartDataSourceBase.ProvideRowTotals properties.

Note

This property is in effect when PivotGridOptionsChartDataSourceBase.DataProvideMode is set to PivotChartDataProvideMode.UseCustomSettings.

See Also

ProvideColumnTotals

ProvideRowTotals

PivotGridOptionsChartDataSourceBase Class

PivotGridOptionsChartDataSourceBase Members

DevExpress.XtraPivotGrid.Data Namespace