PivotGridOptionsChartDataSourceBase.ProvideRowCustomTotals Property
Gets or sets whether row custom totals should be displayed in a chart control.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | 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