Class RollingGraphOverlay
Provides a type visualizer used to overlay a sequence of values as a rolling graph.
public class RollingGraphOverlay : BufferedVisualizer
- Inheritance
-
RollingGraphOverlay
- Inherited Members
Methods
- Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
- 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.
- ShowBuffer(IList<Timestamped<object>>)
Updates the type visualizer with a new buffer of timestamped values.
- Unload()
Unloads all type visualizer resources.