Curve derived from calculations using Calibration measurement
The following tables list the members exposed by CalibrationCurve.
Public Constructors
| Name | Description | |
|---|---|---|
|
CalibrationCurve | Overloaded. |
Public Fields
| Name | Description | |
|---|---|---|
|
CorrCoef | Correlation Coefficient This field is read-only. |
|
Offset | Offset of calibration curve (in (x+Offset)*Slope) This field is read-only. |
|
Peaks | List of peaks found in this curve. (inherited from Curve) |
|
Slope | Slope of calibration curve (in (x+Offset)*Slope) This field is read-only. |
|
Title | The title of the Curve. Is 'Curve' by default. (inherited from Curve) |
|
XUnit | Unit for X Axis This field is read-only. (inherited from Curve) |
|
YUnit | Unit for Y axis This field is read-only. (inherited from Curve) |
Protected Fields
| Name | Description | |
|---|---|---|
|
IgnorePoints | Number of points at the start of the curve to ignore. (inherited from Curve) |
Public Properties
| Name | Description | |
|---|---|---|
|
isFinished | Is true if a Curve is 'finished'. This means that smoothing or peak searching can be applied. (inherited from Curve) |
|
MaxX | Maximum X value (inherited from Curve) |
|
MaxY | Maximum Y value found in this Curve. (inherited from Curve) |
|
MinX | Minimum X value found in this Curve. (inherited from Curve) |
|
MinY | Minimum Y value found in this Curve. (inherited from Curve) |
|
nOverloads | Returns the number of current overloads found during measurement. (inherited from Curve) |
|
nPoints | Returns number of points in this Curve. (inherited from Curve) |
|
nUnderloads | Returns the number of current underloads found during measurement. (inherited from Curve) |
Public Methods
| Name | Description | |
|---|---|---|
|
AddPoint | Overloaded. Adds a point to the Curve. Curve must be unfinished. (inherited from Curve) |
|
AddPointSilent | Add a point without raising the NewPoint event (inherited from Curve) |
|
CalculateConcentration | Overloaded. Calculate concentration |
|
CalculateSlope | Calculate the slope between two points (inherited from Curve) |
|
ClearPeaks | Removes all found peaks for this curve. (inherited from Curve) |
|
Equals | Determines whether the specified |
|
FindNearestX | Find the index of the X point nearest to p (inherited from Curve) |
|
FindPeaks | Overloaded. Find peaks in this curve. (inherited from Curve) |
|
FindPeaksCV | Find peaks in a CV curve in two directions (inherited from Curve) |
|
Finish | Finishes or closes the curve. (inherited from Curve) |
|
get_CurrentStatus | Obtain the current status for the specified index (inherited from Curve) |
|
get_X | Returns the X value that corresponds with the given index. (inherited from Curve) |
|
get_XDirection | Indicates direction of X data points for this curve (inherited from Curve) |
|
get_Y | Returns the Y value that corresponds with the given index. (inherited from Curve) |
|
get_YDirection | Indicates direction of Y axis for this curve (inherited from Curve) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
IsCompatible | Check whether two curves are compatible - i.e. can be drawn in the same plot (inherited from Curve) |
|
LLS | Overloaded. Calculate linear line parameters for this curve between two indexes y = offset + slope * x (inherited from Curve) |
|
Smooth | Smoothes the curve using one of the following smoothlevels:
|
|
ToString | Returns title of this Curve. (inherited from Curve) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |
Public Events
| Name | Description | |
|---|---|---|
|
Finished | Raised when the curve is finished. (inherited from Curve) |
|
NewCurvePoint | This event is raised everytime a point is added to the curve class. (inherited from Curve) |
|
Overload | Event raised when an overload is received (inherited from Curve) |
|
Underload | Event raised when an underload is received (inherited from Curve) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
CalibrationCurve | Overloaded. |