The CalibrationCurve type exposes the following members.

Constructors

  NameDescription
CalibrationCurveOverloaded.

Methods

  NameDescription
AddPointOverloaded.
AddPointSilent
Add a point without raising the NewPoint event
(Inherited from Curve.)
CalculateConcentrationOverloaded.
CalculateSlope
Calculate the slope between two points
(Inherited from Curve.)
ClearPeaks Obsolete.
Removes all found peaks for this curve.
(Inherited from Curve.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindNearestX
Find the index of the X point nearest to p
(Inherited from Curve.)
FindNearestXCV
Find the index of the X point nearest to p between a minimum and maximum index
(Inherited from Curve.)
FindPeaksOverloaded.
FindPeaksCV
Find peaks in a CV curve in two directions
(Inherited from Curve.)
Finish
Finishes or closes the curve.
(Inherited from Curve.)
get_CurrentRange (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 (Inherited from Curve.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsCompatible
Check whether two curves are compatible - i.e. can be drawn in the same plot
(Inherited from Curve.)
LLSOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Smooth
Smoothes the curve using one of the following smoothlevels:
  • 0 = no smooth
  • 1 = 5 points
  • 2 = 9 points
  • 3 = 15 points
  • 4 = 24 points
(Inherited from Curve.)
ToString
Returns title of this Curve.
(Inherited from Curve.)

Fields

  NameDescription
CorrCoef
Correlation Coefficient
IgnorePoints
Number of points at the start of the curve to ignore.
(Inherited from Curve.)
Offset
Offset of calibration curve (in (x+Offset)*Slope)
Peaks
List of peaks found in this curve.
(Inherited from Curve.)
Slope
Slope of calibration curve (in (x+Offset)*Slope)
Title
The title of the Curve. Is 'Curve' by default.
(Inherited from Curve.)
XUnit
Unit for X Axis
(Inherited from Curve.)
YDirection
Indicates direction of Y axis for this curve
(Inherited from Curve.)
YUnit
Unit for Y axis
(Inherited from Curve.)

Properties

  NameDescription
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.)

Events

  NameDescription
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.)

See Also