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
Declaration
Members
Name | Description |
---|---|
Near
|
Column totals are displayed near row field values. |
Far
|
Column totals are displayed far from row field values. |
Remarks
Values listed in this enumeration are used to set the PivotDashboardItem.ColumnTotalsPosition property.
See Also