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

PivotColumnTotalsPosition Enum

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

Namespace: DevExpress.DashboardCommon

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

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