![]() | Curve |
The CurveFitDataSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurveFitDataSet(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). |
![]() | CurveFitDataSet(DoubleVector, DoubleVector, DoubleVector) | Constructs a CurveFitDataSet from the given values. |
Name | Description | |
---|---|---|
![]() | NumberOfPoints | Gets the number of points in the dataset. |
![]() | Weights | Gets and sets the weights. |
![]() | Xvalues | Gets and sets the x-values. |
![]() | Yvalues | Gets and sets the y-values. |