Draw the peaks on the canvas.


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

Syntax

Visual Basic (Declaration)
Public Sub SetPeaks( _ 
   ByVal c As Curve,  _ 
   ByVal pl As PeakList _ 
)
C#
public void SetPeaks(
   Curve c,
   PeakList pl
)
C++
public:
 void SetPeaks(
   Curve c,
   PeakList pl
) sealed 
J#
public void SetPeaks(
   Curve c,
   PeakList pl
)
JScript
public  function SetPeaks(
   c : Curve,
   pl : PeakList
)

Parameters

c
The Curve
pl
The PeakList

See Also