Class BarGraphVisualizer
- Namespace
- Bonsai.Design.Visualizers
- Assembly
- Bonsai.Design.Visualizers.dll
Provides a type visualizer to display an object as a bar graph.
public class BarGraphVisualizer : BufferedVisualizer
- Inheritance
-
BarGraphVisualizer
- Inherited Members
Properties
- AutoScale
Gets or sets a value indicating whether the y-axis range should be recalculated automatically as the graph updates.
- Capacity
Gets or sets the maximum number of data points displayed at any one moment in the bar graph.
- Max
Gets or sets the upper limit of the y-axis range when using a fixed scale.
- Min
Gets or sets the lower limit of the y-axis range 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(object)
Updates the type visualizer to display the specified value object.
- Unload()
Unloads all type visualizer resources.