[This is preliminary documentation and subject to change.]
Defines a Draw method for drawing objects against an x and y Physical Axis.
For a list of all members of this type, see IDrawable Members.
NPlot.IDrawable
NPlot.IPlot
| Type | Description |
|---|---|
| ArrowItem | An Arrow IDrawable, with a text label that is automatically nicely positioned at the non-pointy end of the arrow. Future feature idea: have constructor that takes a dataset, and have the arrow know how to automatically set it's angle to avoid the data. |
| BarPlot | Draws |
| CandlePlot | Encapsulates functionality for drawing finacial candle charts. |
| FilledRegion | A quick and dirty Filled region plottable object |
| Grid | Encapsulates a Grid IDrawable object. Instances of this to a PlotSurface2D instance to produce a grid. |
| 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. |
| MarkerItem | Class for placement of a single marker. |
| PointPlot | Encapsulates functionality for drawing data as a series of points. |
| StepPlot | Encapsulates functionality for plotting data as a stepped line. |
| TextItem | This class implements drawing text against two physical axes. |
| VerticalLine | Encapsulates functionality for drawing a vertical line on a plot surface. |
Namespace: NPlot
Assembly: NPlot (in NPlot.dll)
IDrawable Members | NPlot Namespace