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
None
Totals are not displayed.
Declaration
public const PivotChartTotalsPosition None
Field Value
Right
Totals are placed to the right.
Declaration
public const PivotChartTotalsPosition Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|