Go to the source code of this file.
Namespaces | |
namespace | NPlot |
namespace | System::Drawing::Drawing2D |
Classes | |
class | NPlot::AxesConstraint |
Classes derived from this abstract base class define and can apply some form of constraint to the positioning and length of one or more of the four axes of a PlotSurface2D. More... | |
class | NPlot::AxesConstraint::XPixelWorldLength |
Defines an AxisConstraint that forces the world length corresponding to one pixel on the bottom x-axis to be a certain value. More... | |
class | NPlot::AxesConstraint::YPixelWorldLength |
Defines an AxisConstraint that forces the world length corresponding to one pixel on the left y-axis to be a certain value. More... | |
class | NPlot::AxesConstraint::AxisPosition |
Defines an AxisConstraint that forces the specified axis to be placed at a specific physical position. More... | |
class | NPlot::AxesConstraint::AspectRatio |
Defines an axes constraint that forces the world width and height pixel lengths to be at the provided ratio. More... |