NPlot Documented Class Library

Axis Class

[This is preliminary documentation and subject to change.]

Encapsulates functionality common to all axis classes. All specific axis classes derive from Axis. Axis can be used as a concrete class itself - it is an Axis without any embilishments [tick marks or tick mark labels].

This class encapsulates no physical information about where the axes are drawn.

For a list of all members of this type, see Axis Members.

System.Object
   NPlot.Axis
      NPlot.DateTimeAxis
      NPlot.LabelAxis
      NPlot.LinearAxis
      NPlot.LogAxis
      NPlot.PiAxis

public class Axis : ICloneable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

Axis Members | NPlot Namespace