| Interface | Description |
|---|---|
| IDataProvider |
Interface for the data provider of trace.
|
| IDataProviderListener |
A listener on data provider data change.
|
| IMetaData |
Store additional data and information associated with an object.
|
| ISample |
A sample interface which could return the data for a point on XY-Graph.
|
| Class | Description |
|---|---|
| AbstractDataProvider |
This gives the most common implementation of the
IDataProvider
interface. |
| CircularBuffer<T> |
A particular circular buffer.
|
| CircularBufferDataProvider |
Provides data to a trace.
|
| ClippedCircularBufferDataProvider |
CircularBufferDataProvider with a limited window on the trace data
for computing data ranges. |
| Sample |
An (x,y) sample data with error.
|
| Enum | Description |
|---|---|
| CircularBufferDataProvider.PlotMode | |
| CircularBufferDataProvider.UpdateMode |