FittingModelConfigurator AddDetail Method (ReferencePoint, String, IDataFormatter) TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void AddDetail(
	ReferencePoint point,
	string resultVariableName,
	IDataFormatter defaultFormatter
)

Parameters

point
Type: Spotfire.Dxp.Application.Visuals.FittingModels ReferencePoint
The point.
resultVariableName
Type: System String
Name of the result variable.
defaultFormatter
Type: Spotfire.Dxp.Data.Formatters IDataFormatter
The default formatter. Can be null.
Exceptions

ExceptionCondition
System ArgumentNullException Thrown if the point is null.
System ArgumentNullException Thrown if the resultVariableName is null.
System ArgumentException Thrown if the resultVariableName is unknown to the FittingModel that this FittingModelConfigurator belongs to.
See Also