Skip to main content

PivotColumnTotalsPosition Enum

Lists values that specify the position of column totals/grand totals in the Pivot dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public enum PivotColumnTotalsPosition

#Members

Name Description
Near

Column totals are displayed near row field values.

Far

Column totals are displayed far from row field values.

#Related API Members

The following properties accept/return PivotColumnTotalsPosition values:

#Remarks

Values listed in this enumeration are used to set the PivotDashboardItem.ColumnTotalsPosition property.

See Also