Sets the X value of the data point with the specified index.
Namespace:
Extreme.Mathematics.Curves
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public void SetDataPoint(
int index,
Point newValue
) |
| Visual Basic (Declaration) |
|---|
Public Sub SetDataPoint ( _
index As Integer, _
newValue As Point _
) |
| Visual C++ |
|---|
public:
void SetDataPoint(
int index,
Point newValue
) |
| F# |
|---|
member SetDataPoint :
index:int *
newValue:Point -> unit
|
Remarks
Exceptions
See Also