XYLimClr Statement

Clears the XYLim definition.

Syntax
XYLimClr

See Also
XYLim, XYLimDef

XYLimClr Function Example
This example uses the XYLimClr function in a program:

Function ClearXYLim

   If XYLimDef = True Then
      XYLimClr
   EndIf
Fend