PivotTransformation ValueColumns Property TIBCO Spotfire 6.0 API Reference
Each value column data is aggregated over identity columns and category columns and stored into the result data columns. See ColumnAggregation.

Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public IEnumerable<ColumnAggregation> ValueColumns { get; set; }

Property Value

Type: IEnumerable ColumnAggregation 
Remarks

This property is ignored if CategoryColumns property is null or empty
See Also