NPlot::IDrawable Interface Reference

Defines a Draw method for drawing objects against an x and y Physical Axis. More...

Inheritance diagram for NPlot::IDrawable:

NPlot::ArrowItem NPlot::BarPlot NPlot::FilledRegion NPlot::Grid NPlot::IPlot NPlot::MarkerItem NPlot::TextItem NPlot::BarPlot NPlot::CandlePlot NPlot::HistogramPlot NPlot::HorizontalLine NPlot::ImagePlot NPlot::LinePlot NPlot::PointPlot NPlot::StepPlot NPlot::VerticalLine List of all members.

Public Member Functions

void Draw (Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis)
 Draws this object against an x and y PhysicalAxis.

Detailed Description

Defines a Draw method for drawing objects against an x and y Physical Axis.

Definition at line 62 of file IDrawable.cs.


Member Function Documentation

void NPlot::IDrawable::Draw Graphics  g,
PhysicalAxis  xAxis,
PhysicalAxis  yAxis
 

Draws this object against an x and y PhysicalAxis.

Parameters:
g The graphics surface on which to draw.
xAxis The physical x-axis to draw against.
yAxis The physical y-axis to draw against.

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().


The documentation for this interface was generated from the following file:
Generated on Sat Nov 5 01:04:08 2005 for NPlot by  doxygen 1.4.5