Table of Contents

Class BarGraphOverlay

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

Provides a type visualizer used to overlay a sequence of values as a bar graph.

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