NPlot Documented Class Library

BaseSequencePlot Class

[This is preliminary documentation and subject to change.]

Adds additional basic functionality to BasePlot that is common to all plots that implement the ISequencePlot interface.

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

System.Object
   NPlot.BasePlot
      NPlot.BaseSequencePlot
         NPlot.HistogramPlot
         NPlot.LinePlot
         NPlot.PointPlot
         NPlot.StepPlot

public class BaseSequencePlot : BasePlot, ISequencePlot

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.

Remarks

If C# had multiple inheritance, the heirachy would be different. The way it is isn't very nice.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

BaseSequencePlot Members | NPlot Namespace