The calculation modes for cross table totals.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[PersistenceVersionAttribute(32, 0)] public enum CalculationMode
Members
| Member name | Value | Description | |
|---|---|---|---|
| UnderlyingRowValues | 0 | Specifies that totals should be calculated using the underlying row values in the base table. | |
| SumOfCellValues | 1 | Specifies that totals should be calculated as the sum of cell values in the visualization. |
Version Information
See Also