NPlot Documented Class Library

LinearAxis Constructor (Double, Double)

[This is preliminary documentation and subject to change.]

Construct a linear axis with the provided world min and max values.

public LinearAxis(
   double worldMin,
   double worldMax
);

Parameters

worldMin
the world minimum value of the axis.
worldMax
the world maximum value of the axis.

See Also

LinearAxis Class | NPlot Namespace | LinearAxis Constructor Overload List