| isee.NET Framework Documentation |
|
GraphicalFunction.Modify Method
Modify the graphical function
[Visual Basic]
Public Sub Modify( _
ByVal
minX As
Double, _
ByVal
maxX As
Double, _
ByVal
isDiscontinuous As
Boolean, _
ByVal
values As
Double() _
)
Parameters
-
minX
- The minimum value of the X axis
-
maxX
- The maximum value of the X axis
-
isDiscontinuous
- Are the values discontinuous?
-
values
- An array of data points -- each element representing an evenly distributed point between the MinX and MaxX boundaries of the graphical function
See Also
GraphicalFunction Class | iseesystems.iseeNET Namespace