Draw the levels on the canvas.


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

Syntax

Visual Basic (Declaration)
Public Sub SetLevels( _ 
   ByVal c As Curve,  _ 
   ByVal ll As CFALevelList _ 
)
C#
public void SetLevels(
   Curve c,
   CFALevelList ll
)
C++
public:
 void SetLevels(
   Curve c,
   CFALevelList ll
) sealed 
J#
public void SetLevels(
   Curve c,
   CFALevelList ll
)
JScript
public  function SetLevels(
   c : Curve,
   ll : CFALevelList
)

Parameters

c
The Curve.
ll
The CFALevelList

See Also