Inheritance diagram for NPlot::LabelPointPlot:
Public Types | |
enum | LabelPositions { Above, Below, Left, Right } |
Enumeration of all label positions relative to a point. More... | |
Public Member Functions | |
LabelPointPlot () | |
Default Constructor. | |
LabelPointPlot (Marker marker) | |
Constructor. | |
override void | Draw (Graphics g, PhysicalAxis xAxis, PhysicalAxis yAxis) |
Draws the plot on a GDI+ surface against the provided x and y axes. | |
Properties | |
LabelPositions | LabelTextPosition |
The position of the text label in relation to the point. | |
LabelPositions | labelTextPosition_ = LabelPositions.Above |
object | TextData |
The text datasource to attach to each point. | |
object | textData_ |
Font | Font |
The Font used to write text. | |
Font | font_ = new Font( "Arial", 8.0f ) |
Classes | |
class | TextDataAdapter |
This class us used in conjunction with SequenceAdapter to interpret data specified to the TextPlot class. More... |
Definition at line 62 of file LabelPointPlot.cs.
|
Enumeration of all label positions relative to a point.
Definition at line 177 of file LabelPointPlot.cs. |
|
Default Constructor.
Definition at line 201 of file LabelPointPlot.cs. |
|
Constructor.
Definition at line 210 of file LabelPointPlot.cs. |
|
Draws the plot on a GDI+ surface against the provided x and y axes.
Reimplemented from NPlot::PointPlot. Definition at line 273 of file LabelPointPlot.cs. References NPlot::ISequencePlot::AbscissaData, NPlot::SequenceAdapter::Count, NPlot::ISequencePlot::DataMember, NPlot::ISequencePlot::DataSource, Font, font_, labelTextPosition_, NPlot::ISequencePlot::OrdinateData, TextData, NPlot::PhysicalAxis::WorldToPhysical(), NPlot::PointD::X, and NPlot::PointD::Y. |
|
The Font used to write text.
Definition at line 254 of file LabelPointPlot.cs. Referenced by Draw(). |
|
Definition at line 264 of file LabelPointPlot.cs. Referenced by Draw(). |
|
The position of the text label in relation to the point.
Definition at line 220 of file LabelPointPlot.cs. |
|
Definition at line 230 of file LabelPointPlot.cs. Referenced by Draw(). |
|
The text datasource to attach to each point.
Definition at line 237 of file LabelPointPlot.cs. Referenced by Draw(). |
|
Definition at line 247 of file LabelPointPlot.cs. |