메소드 | 설명 | |
---|---|---|
Hold ( ) : void |
Holds the execution until the window has been closed.
|
|
SetLinesVisible ( bool visible ) : |
Sets whether to show lines connecting sequential points in the scatter plot.
|
|
SetScaleTight ( bool tight ) : |
Sets whether to remove the grace space between the axis labels and points.
|
|
SetSize ( int width, int height ) : |
Sets size of the scatter plot window.
|
|
SetSymbolSize ( float size ) : |
Sets the size of the symbols in the scatter plot.
|
|
SetTitle ( string text ) : |
Sets the window title of the scatterplot box.
|
|
Show ( double>.Func |
Displays a scatter plot.
|
|
Show ( double>.Func |
Displays a scatter plot.
|
|
Show ( double>.Func |
Displays a scatter plot.
|
|
Show ( Scatterplot scatterplot ) : |
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, double>.Func |
Displays a scatter plot.
|
|
Show ( double x ) : |
Displays a scatter plot with the specified data.
|
|
Show ( double x, int z ) : |
Displays a scatter plot with the specified data.
|
|
Show ( string title, double x ) : |
Displays a scatter plot with the specified data.
|
|
Show ( string title, double x, double y ) : |
Displays a scatter plot with the specified data.
|
|
Show ( string title, double x, double y, int z ) : |
Displays a scatter plot with the specified data.
|
|
Show ( string title, double x, int z ) : |
Displays a scatter plot with the specified data.
|
|
WaitForClose ( ) : void |
Blocks the caller until the form is closed.
|
메소드 | 설명 | |
---|---|---|
GetRange ( double>.Func |
||
ScatterplotBox ( ) : System | ||
show ( Scatterplot scatterplot ) : |
||
show ( String title, double>.Func |
public SetLinesVisible ( bool visible ) : |
||
visible | bool | |
리턴 |
public SetScaleTight ( bool tight ) : |
||
tight | bool | |
리턴 |
public SetSize ( int width, int height ) : |
||
width | int | The desired width. |
height | int | The desired height. |
리턴 |
public SetSymbolSize ( float size ) : |
||
size | float | The desired symbol size. |
리턴 |
public SetTitle ( string text ) : |
||
text | string | The desired title text for the window. |
리턴 |
public static Show ( double>.Func |
||
function | double>.Func | The function to plot. |
range | DoubleRange | The functions argument range to be plotted. |
리턴 |
public static Show ( double>.Func |
||
function | double>.Func | The function to plot. |
range | DoubleRange | The functions argument range to be plotted. |
step | double | The step size to use during plotting. |
리턴 |
public static Show ( double>.Func |
||
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. |
리턴 |
public static Show ( Scatterplot scatterplot ) : |
||
scatterplot | Scatterplot | The scatter plot to show. |
리턴 |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
리턴 |
public static Show ( String title, double>.Func |
||
title | String | The title for the plot window. |
function | double>.Func | The function to plot. |
range | DoubleRange | The functions argument range to be plotted. |
리턴 |
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. |
리턴 |
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. |
리턴 |
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. |
리턴 |
public static Show ( double x ) : |
||
x | double | The x-values for the data. |
리턴 |
public static Show ( double x, int z ) : |
||
x | double | A two column matrix containing the (x,y) data pairs as rows. |
z | int | The corresponding labels for the (x,y) pairs. |
리턴 |
public static Show ( string title, double x ) : |
||
title | string | The title for the plot window. |
x | double | The x-values for the data. |
리턴 |
public static Show ( string title, double x, double y ) : |
||
title | string | The title for the plot window. |
x | double | The x-values for the data. |
y | double | The y-values for the data. |
리턴 |
public static Show ( string title, double x, double y, int z ) : |
||
title | string | The title for the plot window. |
x | double | The x-values for the data. |
y | double | The y-values for the data. |
z | int | The corresponding labels for the (x,y) pairs. |
리턴 |
public static Show ( string title, double x, int z ) : |
||
title | string | The title for the plot window. |
x | double | A two column matrix containing the (x,y) data pairs as rows. |
z | int | The corresponding labels for the (x,y) pairs. |
리턴 |