Skip to main content

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.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty(-100)]
public virtual bool ProvideRowCustomTotals { get; set; }

Property Value

Type Description
Boolean

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.

See Also