Méthode | Description | |
---|---|---|
Hold ( ) : void |
Holds the execution until the window has been closed.
|
|
SetGraph ( Action |
Sets properties for the graph being shown.
|
|
SetLabels ( string labels, float size ) : |
Sets the data labels for the values being shown.
|
|
SetTitle ( string text ) : |
Sets the window title of the data series box.
|
|
Show ( IEnumerable |
Displays a scatter plot with the specified data.
|
|
Show ( IEnumerable |
Displays a scatter plot with the specified data.
|
|
Show ( String title, double>.Func |
Displays a scatter plot.
|
|
Show ( String title, double>.Func |
Displays a scatter plot.
|
|
Show ( String title, double>.Func |
Displays a scatter plot.
|
|
Show ( String title, double>.Func |
Displays a scatter plot.
|
|
Show ( String title, double>.Func |
Displays a scatter plot.
|
|
Show ( string title = "Time series" ) : |
Displays a scatter plot with the specified data.
|
Méthode | Description | |
---|---|---|
DataSeriesBox ( ) : System | ||
show ( String title, double>.Func |
||
show ( String title, IEnumerable |
||
show ( String title, double x, double series, bool time = false ) : DataSeriesBox |
public SetGraph ( Action |
||
pane | Action |
The actions to be performed to the graph pane. |
Résultat |
public SetLabels ( string labels, float size ) : |
||
labels | string | The text labels. |
size | float | The text size. |
Résultat |
public SetTitle ( string text ) : |
||
text | string | The desired title text for the window. |
Résultat |
public static Show ( IEnumerable |
||
values | IEnumerable |
The x-values for the data series. |
Résultat |
public static Show ( IEnumerable |
||
values | IEnumerable |
The x-values for the data series. |
Résultat |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
Résultat |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
range | The functions argument range to be plotted. | |
Résultat |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
step | double | The step size to use during plotting. |
Résultat |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
min | double | The minimum value for the functions argument parameter. |
max | double | The maximum value for the functions argument parameter. |
step | double | The step size to use during plotting. |
Résultat |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
npoints | int | The number of points to use during plotting. |
Résultat |
public static Show ( string title = "Time series" ) : |
||
title | string | The title for the data. |
Résultat |