Skip to main content
A newer version of this page is available. .

PivotGridOptionsChartDataSourceBase.ProvideColumnCustomTotals Property

Gets or sets whether column custom totals should be passed to a chart control.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

[DefaultValue(false)]
public virtual bool ProvideColumnCustomTotals { get; set; }

Property Value

Type Default Description
Boolean false

true if column 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.

See Also