/// <summary> /// Add an axis constraint to the plot surface. Axes constraints give you /// control over where NPlot positions each axes, and the world - pixel /// ratio. /// </summary> /// <param name="constraint">The axis constraint to add.</param> public void AddAxesConstraint( AxesConstraint constraint ) { axesConstraints.Add( constraint ); }
/// <summary> /// Add an axis constraint to the plot surface. Axes constraints give you /// control over where NPlot positions each axes, and the world - pixel /// ratio. /// </summary> /// <param name="constraint">The axis constraint to add.</param> public void AddAxesConstraint(AxesConstraint constraint) { axesConstraints.Add(constraint); }