NPlot.PlotSurface2D.AddAxesConstraint C# (CSharp) Méthode

AddAxesConstraint() public méthode

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.
Résultat void
        public void AddAxesConstraint(AxesConstraint constraint)
        {
            m_axesConstraints.Add(constraint);
        }