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