pltICurve Hide
Applies a hide edit to the curve.
Syntax
pltICurve_handle Hide from_val, to_val, orientation, interpolate
Application
Tcl Modify
Description
This method only applies the edit. Call the Recalculate method on the parent plot object to update the data.
Inputs
- from_val
 - The minimum value of the range to be hidden.
 - to_val
 - The maximum value of the range to be hidden.
 - orientation
 - The orientation of the edit. 
- horizontal
 - vertical
 
 - interpolate
 - 
            
- True
 - Create new data points at from_val and to_val (using linear interpolation) if they are not already there.
 - False
 - Do not create new data points at from_val and to_val.
 
 
Errors
Returns success or an error code.