| C1.DataEngine.4 Assembly > C1.FlexPivot Namespace : ShowAs Enumeration |
'Declaration Public Enum ShowAs Inherits System.Enum
public enum ShowAs : System.Enum
| Member | Description |
|---|---|
| DiffCol | Show differences between each item and the item in the previous column. |
| DiffColPct | Show differences between each item and the item in the previous column as a percentage. |
| DiffRow | Show differences between each item and the item in the previous row. |
| DiffRowPct | Show differences between each item and the item in the previous row as a percentage. |
| NoCalculation | Show plain aggregated values. |
System.Object
System.ValueType
System.Enum
C1.FlexPivot.ShowAs