ReferenceCurveFittingModel DataTableDetailItemsExpression Property TIBCO Spotfire 6.0 API Reference
Gets or sets an expression specifying which columns in the current data table to make available to labels and tooltips. When this property is set, the curve's ReferenceDetailItemCollectionwill contain items corresponding to the columns specified by the expression.

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

public string DataTableDetailItemsExpression { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
System ArgumentNullException Thrown if the supplied value is null.
System InvalidOperationException Thrown if this reference curve does not use a data table for looking up values. The property DataTableEnabled should be set to true first.
System ArgumentException Thrown if the supplied expression is invalid or does not contain one or several plain columns.
See Also