Click or drag to resize

CurveFitDataSet Constructor

Overload List
 NameDescription
Public methodCurveFitDataSet(DoubleVector, DoubleVector) Constructs a CurveFitDataSet from the given x and y value. All y-values are assumed to be equally weighted (all have an effective weight equal to 1).
Public methodCurveFitDataSet(DoubleVector, DoubleVector, DoubleVector) Constructs a CurveFitDataSet from the given values.
Top
See Also