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

Syntax

Visual Basic (Declaration)
Public MustInherit Class GridImage
    Inherits AxesImage
C#
public abstract class GridImage : AxesImage
C++
ref class GridImage abstract  : AxesImage
J#
public  class GridImage extends AxesImage
JScript
public  class GridImage extends AxesImage

Inheritance Hierarchy

System.Object
   PalmSens.Plot.ScaledImage
      PalmSens.Plot.AxesImage
         PalmSens.Plot.GridImage

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