NPlot Documented Class Library

PhysicalAxis.SetWorldLimitsFromPhysical Method 

[This is preliminary documentation and subject to change.]

This sets new world limits for the axis from two physical points selected within the plot area.

public void SetWorldLimitsFromPhysical(
   Point min,
   Point max
);

Parameters

min
The upper left point of the selection.
max
The lower right point of the selection.

See Also

PhysicalAxis Class | NPlot Namespace