NPlot Documented Class Library |
|
LogAxis.WorldToPhysical Method
[This is preliminary documentation and subject to change.]
World to physical coordinate transform.
Parameters
-
coord
- The coordinate value to transform.
-
physicalMin
- The physical position corresponding to the world minimum of the axis.
-
physicalMax
- The physical position corresponding to the world maximum of the axis.
-
clip
- if false, then physical value may extend outside worldMin / worldMax. If true, the physical value returned will be clipped to physicalMin or physicalMax if it lies outside this range.
Return Value
The transformed coordinates.
Remarks
TODO: make Reversed property work for this.
See Also
LogAxis Class | NPlot Namespace