NPlot Documented Class Library

Axis.OutOfRange Method 

[This is preliminary documentation and subject to change.]

Determines whether a world value is outside range WorldMin -> WorldMax

public bool OutOfRange(
   double coord
);

Parameters

coord
the world value to test

Return Value

true if outside limits, false otherwise

See Also

Axis Class | NPlot Namespace