FittingModelConfiguratorAddDetail Method (ReferencePoint, String, IDataFormatter) TIBCO Spotfire 7.6 API Reference
Adds a ReferenceDetailItem to the specified point'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(
	ReferencePoint point,
	string resultVariableName,
	IDataFormatter defaultFormatter
)

Parameters

point
Type: Spotfire.Dxp.Application.Visuals.FittingModelsReferencePoint
The point.
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 point 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