FittingModelConfiguratorAddDetail Method (ReferenceCurve, String, IDataFormatter) TIBCO Spotfire 7.6 API Reference
Adds a ReferenceDetailItem to the specified curve's details.

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

C#
public void AddDetail(
	ReferenceCurve curve,
	string resultVariableName,
	IDataFormatter defaultFormatter
)

Parameters

curve
Type: Spotfire.Dxp.Application.Visuals.FittingModelsReferenceCurve
The curve.
resultVariableName
Type: SystemString
Name of the result variable.
defaultFormatter
Type: Spotfire.Dxp.Data.FormattersIDataFormatter
The default formatter. Can be null.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if the curve is null.
ArgumentNullException Thrown if the resultVariableName is null.
ArgumentException Thrown if the resultVariableName is unknown to the FittingModel that this FittingModelConfigurator belongs to.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference