Control for drawing PalmSens curves and measurements.


Namespace: PalmSens.Plot
Assembly: PalmSens.Plot (in PalmSens.Plot.dll)

Syntax

Visual Basic (Declaration)
Public Class LinearModel
    Inherits ScalableModel
    Implements IEnumerable
C#
public class LinearModel : ScalableModel, IEnumerable
C++
ref class LinearModel : ScalableModel, IEnumerable
J#
public class LinearModel extends ScalableModel implements IEnumerable
JScript
public class LinearModel extends ScalableModel, IEnumerable

Inheritance Hierarchy

System.Object
   PalmSens.Plot.ScalableModel
      PalmSens.Plot.LinearModel

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also