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

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

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.
See Also