NPlot Documented Class Library

PhysicalAxis.WorldToPhysical Method 

[This is preliminary documentation and subject to change.]

Given a world coordinate value, returns the physical position of the coordinate along the axis.

public PointF WorldToPhysical(
   double coord,
   bool clip
);

Parameters

coord
the world coordinate
clip
if true, the physical position returned will be clipped to the physical max / min position as appropriate if the world value is outside the limits of the axis.

Return Value

the physical position of the coordinate along the axis.

See Also

PhysicalAxis Class | NPlot Namespace