The CalibrationCurve type exposes the following members.

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

See Also