Defines the placement of totals.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
C#
public enum PivotChartTotalsPosition
Fields
Totals are placed to the left.
C#
Left = 0
Totals are not displayed.
C#
None = 2
Totals are placed to the right.
C#
Right = 1