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() _
)
[C#]
public void Modify(
   double minX,
   double maxX,
   bool isDiscontinuous,
   double[] values
);

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