Class RollingGraphPanelBuilder
Represents an operator that specifies a mashup graph panel that can be used to combine multiple graphs displaying data over a shared axis.
[TypeVisualizer(typeof(RollingGraphPanelVisualizer))]
public class RollingGraphPanelBuilder : GraphPanelBuilderBase, IExpressionBuilder, INamedElement
- Inheritance
-
RollingGraphPanelBuilder
- Implements
- Inherited Members
Properties
- BarType
Gets or sets a value specifying how the different bars in the graph will be visually arranged.
- BaseAxis
Gets or sets a value specifying the axis on which the bars in the graph will be displayed.
- Max
Gets or sets a value specifying a fixed upper limit for the axis range. If no fixed range is specified, the graph limits can be edited online.
- Min
Gets or sets a value specifying a fixed lower limit for the axis range. If no fixed range is specified, the graph limits can be edited online.
Methods
- Build(IEnumerable<Expression>)
Builds the expression tree for configuring and calling the graph panel visualizer.