AxisBinding ColumnReference Property TIBCO Spotfire 6.0 API Reference
Gets or sets the data column containing the values used to control the expression on an axis.

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DataColumn ColumnReference { get; set; }

Property Value

Type: DataColumn
The data column.
Remarks

This column would typically contain names of columns in another table, or parts of names that can be combined with the ExpressionTemplate property to generate an expression.
See Also