Class PivotChartTotalsPosition
Defines the placement of totals.
Inheritance
System.Object
PivotChartTotalsPosition
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class PivotChartTotalsPosition : Enum
Fields
Left
Totals are placed to the left.
Declaration
public const PivotChartTotalsPosition Left
Field Value
PivotChartTotalsPosition
|
None
Totals are not displayed.
Declaration
public const PivotChartTotalsPosition None
Field Value
PivotChartTotalsPosition
|
Right
Totals are placed to the right.
Declaration
public const PivotChartTotalsPosition Right
Field Value
PivotChartTotalsPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|