XYLimClr Statement
Clears the XYLim definition.
Syntax
XYLimClr
See Also
XYLim Statement, XYLimDef Function
XYLimClr Function Example
This example uses the XYLimClr function in a program:
Function ClearXYLim
If XYLimDef = True Then
XYLimClr
EndIf
Fend