Draw the axes for this plot.


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

Syntax

Visual Basic (Declaration)
Protected Sub DrawAxes( _ 
   ByVal xleft As Boolean,  _ 
   ByVal yleft As Boolean _ 
)
C#
protected void DrawAxes(
   bool xleft,
   bool yleft
)
C++
protected:
 void DrawAxes(
   bool xleft,
   bool yleft
) sealed 
J#
protected void DrawAxes(
   bool xleft,
   bool yleft
)
JScript
protected  function DrawAxes(
   xleft : bool,
   yleft : bool
)

Parameters

xleft
whether the X axis should be drawn on the left
yleft
whether the Y axis should be drawn on the left

See Also