Method | Description | |
---|---|---|
GetPoint ( ) : |
Gets a new data point to be plotted.
|
|
TimeSeriesDataSource ( string name, int historyLength, int yAxis, |
Constructs a data source with the provided source details and delegate for acquiring data.
|
public TimeSeriesDataSource ( string name, int historyLength, int yAxis, |
||
name | string | |
historyLength | int | |
yAxis | int | |
color | ||
getPointDelegate | GetPointDelegate | |
return | System.Drawing |