Inheritance diagram for NPlot::AxesConstraint::AxisPosition:
Public Member Functions | |
AxisPosition (PlotSurface2D.XAxisPosition axis, int yPosition) | |
Constructor, which defines an horizontal axis and the physical y position it should be drawn at. | |
AxisPosition (PlotSurface2D.YAxisPosition axis, int xPosition) | |
Constructor, which defines a vertical axis and the physical x position it should be drawn at. | |
override void | ApplyConstraint (PhysicalAxis pXAxis1, PhysicalAxis pYAxis1, PhysicalAxis pXAxis2, PhysicalAxis pYAxis2) |
Applies the constraint to the axes. | |
Private Attributes | |
object | xAxisPosition_ |
object | yAxisPosition_ |
int | position_ |
The position of the axis opposite is held constant.
Definition at line 236 of file AxesConstraint.cs.
|
Constructor, which defines an horizontal axis and the physical y position it should be drawn at.
Definition at line 250 of file AxesConstraint.cs. References position_, and xAxisPosition_. |
|
Constructor, which defines a vertical axis and the physical x position it should be drawn at.
Definition at line 263 of file AxesConstraint.cs. References position_, and yAxisPosition_. |
|
Applies the constraint to the axes.
Implements NPlot::AxesConstraint. Definition at line 276 of file AxesConstraint.cs. References NPlot::PhysicalAxis::PhysicalMax, NPlot::PhysicalAxis::PhysicalMin, position_, xAxisPosition_, and yAxisPosition_. |
|
Definition at line 241 of file AxesConstraint.cs. Referenced by ApplyConstraint(), and AxisPosition(). |
|
Definition at line 239 of file AxesConstraint.cs. Referenced by ApplyConstraint(), and AxisPosition(). |
|
Definition at line 240 of file AxesConstraint.cs. Referenced by ApplyConstraint(), and AxisPosition(). |