Beispiel #1
0
 /// <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 );
 }
Beispiel #2
0
 /// <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);
 }