NPlot.PlotSurface2D.AddAxesConstraint C# (CSharp) Method

AddAxesConstraint() public method

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 AddAxesConstraint ( AxesConstraint constraint ) : void
constraint AxesConstraint The axis constraint to add.
return void
        public void AddAxesConstraint(AxesConstraint constraint)
        {
            m_axesConstraints.Add(constraint);
        }