Class RollingGraphPanelVisualizer
Provides a type visualizer that can be used to overlay multiple plots sharing the same index axis in a single graph panel.
public class RollingGraphPanelVisualizer : MashupControlVisualizerBase<GraphControl, RollingGraphPanelBuilder>
- Inheritance
-
RollingGraphPanelVisualizer
- Inherited Members
Properties
- AutoScale
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.
- Max
Gets or sets the upper limit of the axis range when using a fixed scale.
- Min
Gets or sets the lower limit of the axis range when using a fixed scale.
- Span
Gets or sets the maximum span of data displayed at any one moment in the graph.
Methods
- CreateControl(IServiceProvider, RollingGraphPanelBuilder)
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.