Inheritance diagram for NPlot::PointPlot:
Public Member Functions | |
PointPlot () | |
Default Constructor. | |
PointPlot (Marker marker) | |
Constructor for the marker plot. | |
virtual void | Draw (Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) |
Draws the point plot on a GDI+ surface against the provided x and y axes. | |
Axis | SuggestXAxis () |
Returns an x-axis that is suitable for drawing this plot. | |
Axis | SuggestYAxis () |
Returns a y-axis that is suitable for drawing this plot. | |
void | DrawInLegend (Graphics g, Rectangle startEnd) |
Draws a representation of this plot in the legend. | |
Properties | |
Marker | Marker |
The Marker object used for the plot. | |
Private Attributes | |
Marker | marker_ |
Definition at line 61 of file PointPlot.cs.
|
Default Constructor.
Definition at line 68 of file PointPlot.cs. |
|
Constructor for the marker plot.
Definition at line 77 of file PointPlot.cs. References marker_. |
|
Draws the point plot on a GDI+ surface against the provided x and y axes.
Implements NPlot::IDrawable. Reimplemented in NPlot::LabelPointPlot. Definition at line 89 of file PointPlot.cs. References NPlot::BaseSequencePlot::AbscissaData, NPlot::PhysicalAxis::Axis, NPlot::SequenceAdapter::Count, NPlot::ISequencePlot::DataMember, NPlot::ISequencePlot::DataSource, NPlot::Marker::Draw(), NPlot::Marker::DropLine, marker_, NPlot::BaseSequencePlot::OrdinateData, NPlot::Marker::Pen, NPlot::Axis::WorldMin, NPlot::PhysicalAxis::WorldToPhysical(), and NPlot::PointD::Y. |
|
Draws a representation of this plot in the legend.
Implements NPlot::IPlot. Definition at line 143 of file PointPlot.cs. References NPlot::Axis::Draw(). |
|
Returns an x-axis that is suitable for drawing this plot.
Implements NPlot::IPlot. Definition at line 116 of file PointPlot.cs. References NPlot::SequenceAdapter::SuggestXAxis(). |
|
Returns a y-axis that is suitable for drawing this plot.
Implements NPlot::IPlot. Definition at line 129 of file PointPlot.cs. References NPlot::SequenceAdapter::SuggestYAxis(). |
|
Definition at line 63 of file PointPlot.cs. Referenced by Draw(), and PointPlot(). |
|
The Marker object used for the plot.
Definition at line 153 of file PointPlot.cs. Referenced by PointPlot(). |