|  | Curve | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe CurveFitDataSet type exposes the following members.
 Constructors
Constructors| 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. | 
 Properties
Properties| 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. | 
 Methods
Methods See Also
See Also