Inheritance diagram for NPlot::AxesConstraint:
Public Member Functions | |
abstract void | ApplyConstraint (PhysicalAxis pXAxis1, PhysicalAxis pYAxis1, PhysicalAxis pXAxis2, PhysicalAxis pYAxis2) |
Applies the constraint to the axes. | |
Classes | |
class | AspectRatio |
Defines an axes constraint that forces the world width and height pixel lengths to be at the provided ratio. More... | |
class | AxisPosition |
Defines an AxisConstraint that forces the specified axis to be placed at a specific physical position. More... | |
class | 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 | YPixelWorldLength |
Defines an AxisConstraint that forces the world length corresponding to one pixel on the left y-axis to be a certain value. More... |
Definition at line 64 of file AxesConstraint.cs.
|
Applies the constraint to the axes. Must be overriden.
Implemented in NPlot::AxesConstraint::XPixelWorldLength, NPlot::AxesConstraint::YPixelWorldLength, NPlot::AxesConstraint::AxisPosition, and NPlot::AxesConstraint::AspectRatio. |