Table of Contents

Class GraphPanelVisualizer

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

Provides a type visualizer that can be used to overlay multiple plots sharing the same axes in a single graph panel.

public class GraphPanelVisualizer : MashupControlVisualizerBase<GraphControl, GraphPanelBuilder>
Inheritance
GraphPanelVisualizer
Inherited Members

Properties

AutoScaleX

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

AutoScaleY

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

Capacity

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

Span

Gets or sets the maximum span of data displayed at any one moment in the graph.

XMax

Gets or sets the upper limit of the X-axis range when using a fixed scale.

XMin

Gets or sets the lower limit of the X-axis range when using a fixed scale.

YMax

Gets or sets the upper limit of the Y-axis range when using a fixed scale.

YMin

Gets or sets the lower limit of the Y-axis range when using a fixed scale.

Methods

CreateControl(IServiceProvider, GraphPanelBuilder)

Creates and configures the mashup control associated with the specified workflow operator.

LoadMashupSource(int, MashupSource, IServiceProvider)

Loads type visualizer resources for an individual mashup source in the mashup visualizer.

Unload()

Unloads all type visualizer resources.