Class StateTimeVisualizer
- Namespace
- Bonsai.Design.Visualizers
- Assembly
- Bonsai.Design.Visualizers.dll
Provides a type visualizer to display the duration of specific states as a bar graph.
public class StateTimeVisualizer : DialogTypeVisualizer
- Inheritance
-
StateTimeVisualizer
- Inherited Members
Constructors
StateTimeVisualizer()
Initializes a new instance of the StateTimeVisualizer class.
public StateTimeVisualizer()
Properties
Graph
Gets the underlying graph control.
protected GraphControl Graph { get; }
Property Value
Methods
Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
public override void Load(IServiceProvider provider)
Parameters
provider
IServiceProviderA service provider object which can be used to obtain visualization, runtime inspection, or other editing services.
Show(object)
Updates the type visualizer to display the specified value object.
public override void Show(object value)
Parameters
value
objectThe value to visualize.
Unload()
Unloads all type visualizer resources.
public override void Unload()