Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddPoints ( |
Adds (multiple) series in form of a matrix.
|
|
AddPoints ( |
Adds a single series to the plot.
|
|
AddPoints ( |
Adds a single series to the plot.
|
|
AddValues ( double _x, double _y, double _xerr, double _yerr ) : void | ||
Deserialize ( byte content ) : |
Converts a set of bytes to a new instance.
|
|
ErrorPlotValue ( ) : System |
Creates a new instance.
|
|
Serialize ( ) : byte[] |
Converts the given instance to an array of bytes.
|
|
this ( int index, int point ) : ErrorPointPair |
Gets a certain point of the specified series.
|
|
this ( int index ) : Points |
Gets the series at the specified index.
|
public AddPoints ( |
||
m | The matrix which contains the values. | |
return | void |
public AddPoints ( |
||
y | The y values. | |
err | The y errors. | |
return | void |
public AddPoints ( |
||
x | The x values. | |
y | The y values. | |
err | The (x and y) errors. | |
return | void |
public AddValues ( double _x, double _y, double _xerr, double _yerr ) : void | ||
_x | double | |
_y | double | |
_xerr | double | |
_yerr | double | |
return | void |
public Deserialize ( byte content ) : |
||
content | byte | The binary representation. |
return |
public this ( int index, int point ) : ErrorPointPair | ||
index | int | The 0-based index of the series. |
point | int | The 0-based index of the point. |
return | ErrorPointPair |
public this ( int index ) : Points |
||
index | int | The 0-based index of the series. |
return | Points |