Public Member Functions | |
PointD (double x, double y) | |
Constructor. | |
override string | ToString () |
returns a string representation of the point. | |
Public Attributes | |
double | X |
X-Coordinate of the point. | |
double | Y |
Y-Coordinate of the point. |
Used for representation of points world coordinates.
Definition at line 58 of file PointD.cs.
|
Constructor.
|
|
returns a string representation of the point.
|
|
X-Coordinate of the point.
Definition at line 63 of file PointD.cs. Referenced by NPlot::TextItem::Draw(), NPlot::StepPlot::Draw(), NPlot::LabelPointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::ArrowItem::Draw(), NPlot::MarkerItem::MarkerItem(), PointD(), NPlot::StepPlot::SuggestXAxis(), NPlot::HistogramPlot::SuggestXAxis(), and ToString(). |
|
Y-Coordinate of the point.
Definition at line 68 of file PointD.cs. Referenced by NPlot::TextItem::Draw(), NPlot::StepPlot::Draw(), NPlot::PointPlot::Draw(), NPlot::LabelPointPlot::Draw(), NPlot::HistogramPlot::Draw(), NPlot::ArrowItem::Draw(), NPlot::MarkerItem::MarkerItem(), PointD(), and ToString(). |