Table of Contents

Class LineGraphOverlay

Namespace
Bonsai.Gui.ZedGraph
Assembly
Bonsai.Gui.ZedGraph.dll

Provides a type visualizer used to overlay a sequence of points as a line graph.

public class LineGraphOverlay : BufferedVisualizer
Inheritance
LineGraphOverlay
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.