NPlot Documented Class Library

IPlot Interface

[This is preliminary documentation and subject to change.]

Defines the interface for objects that (a) can draw a representation of themselves in the legend and (b) can recommend a good axis to draw themselves against.

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

public interface IPlot : IDrawable

Types that implement IPlot

Type Description
BarPlot Draws
CandlePlot Encapsulates functionality for drawing finacial candle charts.
HistogramPlot Provides ability to draw histogram plots.
HorizontalLine Encapsulates functionality for drawing a horizontal line on a plot surface.
ImagePlot Encapsulates functionality for plotting data as a 2D image chart.
LabelPointPlot Encapsulates functionality
LinePlot Encapsulates functionality for plotting data as a line chart.
PointPlot Encapsulates functionality for drawing data as a series of points.
StepPlot Encapsulates functionality for plotting data as a stepped line.
VerticalLine Encapsulates functionality for drawing a vertical line on a plot surface.

Requirements

Namespace: NPlot

Assembly: NPlot (in NPlot.dll)

See Also

IPlot Members | NPlot Namespace