NPlot Documented Class Library

PlotSurface2D.AddAxesConstraint Method 

[This is preliminary documentation and subject to change.]

Add an axis constraint to the plot surface. Axes constraints give you control over where NPlot positions each axes, and the world - pixel ratio.

public void AddAxesConstraint(
   AxesConstraint constraint
);

Parameters

constraint
The axis constraint to add.

Implements

IPlotSurface2D.AddAxesConstraint

See Also

PlotSurface2D Class | NPlot Namespace