Table of Contents

Class RollingGraphVisualizer

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

Provides a type visualizer to display an object as a rolling graph.

public class RollingGraphVisualizer : BufferedVisualizer
Inheritance
RollingGraphVisualizer
Inherited Members

Properties

AutoScale

Gets or sets a value indicating whether the value axis scale should be recalculated automatically as the graph updates.

Capacity

Gets or sets the maximum number of time points displayed at any one moment in the graph.

Max

Gets or sets the upper limit for the value axis when using a fixed scale.

Min

Gets or sets the lower limit for the value axis when using a fixed scale.

Methods

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

SequenceCompleted()

Updates the type visualizer when one of the active subscriptions gracefully terminates.

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.