Sets the Maximum Limit of the view.


Fig.Plot(1..10).Axis[X,Y].Limit.Max = Numerical Value


Example:


On the 1st plot to set the X axis max limit to 5.2 :

Figure.Plot(1).Axis.X.Limit.Max=5.2