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

Syntax

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

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