Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets the forecast end mode. Determines how the end of the forecast is controlled, either by an economic limit or a specified forecast length.
Gets the Spotfire.Dxp.Application.Visuals.FittingModels.CurveFitParameter for the decline exponent b.
Gets the Spotfire.Dxp.Application.Visuals.FittingModels.CurveFitParameter for the initial nominal decline rate Di.
Gets or sets a value indicating whether this Spotfire.Dxp.Application.Visuals.FittingModels.FittingModel is enabled.
The visualization features to calculate curves for. Features may be combined, which will result in one curve per combination.
Gets or sets a value indicating whether the fitting model should only include marked data when fitting. When true the active marking from the owning visual will limit the data used to perform the curve fit. Note that for some fitting model that don't use the visualization data, this property has no effect.
Gets the Spotfire.Dxp.Application.Visuals.FittingModels.CurveFitParameter for the initial production rate qi.
Gets or sets the time unit. Used to convert datetime to a suitable scaled time value for fitting the model. Only applicable if the X axis expression results in an DateTime.
Gets a collection of methods for executing transactions on the document.
Gets the transition point. The point shown when the decline reaches the decline limit and the curve transitions from hyperbolic to exponential decline.
Gets the type identifier for this fitting model. The type identifiers for the built-in fitting models are defined in Spotfire.Dxp.Application.Visuals.FittingModels.FittingModelTypeIdentifiers.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Forces an update of this fitting model. Only allowed if Spotfire.Dxp.Application.Visuals.FittingModels.FittingModel.ManualUpdate is set to true.
A model for Arps Decline Curve fitting and forecasting. Usually applied to oil-and-gas production rate (Y) vs time (X) data.
Since
2.5