NPlot Documented Class Library

LogAxis.PhysicalToWorld Method 

[This is preliminary documentation and subject to change.]

Return the world coordinate of the projection of the point p onto the axis.

public override double PhysicalToWorld(
   PointF p,
   PointF physicalMin,
   PointF physicalMax,
   bool clip
);

Parameters

p
The point to project onto the axis
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 true, the world value will be clipped to WorldMin or WorldMax as appropriate if it lies outside this range.

Return Value

The world value corresponding to the projection of the point p onto the axis.

See Also

LogAxis Class | NPlot Namespace