프로퍼티 | 타입 | 설명 | |
---|---|---|---|
RaisePlotChanged | void |
메소드 | 설명 | |
---|---|---|
Copy ( ) : |
Passes a reference (not a copy!) to the current object.
|
|
PlotValue ( ) : System |
Creates a new instance.
|
|
Update ( ) : void |
Updates the data region, i.e. the complete plot.
|
|
UpdateLayout ( ) : void |
Updates the layout of the plot, i.e. the properties of the plot itself.
|
|
UpdateProperties ( ) : void |
Updates the properties of the plot series.
|
메소드 | 설명 | |
---|---|---|
Convert ( |
Converts a given matrixvalue (seen as a vector) into a double array.
|
|
ConvertX ( |
Converts only column values of the matrix into a double array.
|
|
ConvertY ( |
Converts only row values of the matrix into a double array.
|
|
Generate ( Double minValue, Double step, |
Generates an array of double values.
|
|
MakeArrayPeriodic ( Double values, |
Increases the size of an array to n elements, repeating the containing elements.
|
메소드 | 설명 | |
---|---|---|
RaisePlotChanged ( String property ) : void |
Invokes the OnPlotChanged event if it has been set.
|
protected Convert ( |
||
m | The MatrixValue to convert. | |
offset | The offset in the matrix (0 = start with 1st element). | |
length | The number of elements to convert. | |
리턴 | Double[] |
protected ConvertX ( |
||
m | The MatrixValue to convert. | |
dx | The offset in columns. | |
length | The number of rows to consider. | |
dy | The offset in rows. | |
리턴 | Double[] |
protected ConvertY ( |
||
m | The MatrixValue to convert. | |
dy | The offset in rows. | |
length | The number of columns to consider. | |
dx | The offset in columns. | |
리턴 | Double[] |
protected Generate ( Double minValue, Double step, |
||
minValue | Double | The first value in the array. |
step | Double | The difference between each element. |
count | The number of elements in the array. | |
리턴 | Double[] |
protected MakeArrayPeriodic ( Double values, |
||
values | Double | The current array. |
n | The desired size of the array. | |
리턴 | Double[] |