Class TimestampedTimeSeriesVisualizer<T>
- Namespace
- Bonsai.Design.Visualizers
- Assembly
- Bonsai.Design.Visualizers.dll
Provides a type visualizer for multi-dimensional timestamped data.
public class TimestampedTimeSeriesVisualizer<T> : TimeSeriesVisualizer
Type Parameters
T
The type of the elements to visualize.
- Inheritance
-
TimestampedTimeSeriesVisualizer<T>
- Inherited Members
Methods
- Show(DateTime, object)
Updates the type visualizer to display a buffered value object received at the specified time.
- Show(object)
Updates the type visualizer to display the specified value object.