Inheritance diagram for NPlot::IDrawable:
Public Member Functions | |
void | Draw (Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) |
Draws this object against an x and y PhysicalAxis. |
Definition at line 62 of file IDrawable.cs.
|
Draws this object against an x and y PhysicalAxis.
Implemented in NPlot::BarPlot, NPlot::CandlePlot, NPlot::Grid, NPlot::HistogramPlot, NPlot::ImagePlot, NPlot::LabelPointPlot, NPlot::LinePlot, NPlot::PointPlot, and NPlot::StepPlot. Referenced by NPlot::PlotSurface2D::Draw(). |