Click or drag to resize

FitElement Constructor

Overload List
 NameDescription
Public methodFitElement(FitElement) Initializes a new instance of the FitElement class by copying another fit element.
Public methodFitElement(IFitFunction) Initializes a new instance of the FitElement class with the specified fit function.
Public methodFitElement(IFitFunction, IRowSelection) Initializes a new instance of the FitElement class with the specified fit function and row selection.
Protected methodFitElement(IXmlDeserializationInfo, Int32) Initializes a new instance of the FitElement class during XML deserialization.
Public methodFitElement(DataTable, Int32, IRowSelection, IReadableColumn, IReadableColumn) Initializes a new instance of the FitElement class from source columns without a fit function.
Public methodFitElement(IFitFunction, DataTable, Int32, IRowSelection, IReadableColumn, IReadableColumn) Initializes a new instance of the FitElement class from a fit function and source columns.
Top
See Also