FittingModel CreatePoint Method TIBCO Spotfire 6.5 API Reference
Creates a new point.

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

protected ReferencePoint CreatePoint(
	string name,
	string displayName,
	string xExpression,
	string yExpression
)

Parameters

name
Type: System String
The name.
displayName
Type: System String
The display name.
xExpression
Type: System String
The x expression.
yExpression
Type: System String
The y expression.

Return Value

Type: ReferencePoint
The new point.
Exceptions

ExceptionCondition
System InvalidOperationException Thrown if called anywhere but in the constructor of an inheriting class.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also