Class GraphPanelBuilder
Represents an operator that specifies a mashup graph panel that can be used to combine multiple plots sharing the same axes.
[TypeVisualizer(typeof(GraphPanelVisualizer))]
public class GraphPanelBuilder : GraphPanelBuilderBase, IExpressionBuilder, INamedElement
- Inheritance
-
GraphPanelBuilder
- Implements
- Inherited Members
Properties
- XMax
Gets or sets a value specifying a fixed upper limit for the X-axis range. If no fixed range is specified, the graph limits can be edited online.
- XMin
Gets or sets a value specifying a fixed lower limit for the X-axis range. If no fixed range is specified, the graph limits can be edited online.
- YMax
Gets or sets a value specifying a fixed upper limit for the Y-axis range. If no fixed range is specified, the graph limits can be edited online.
- YMin
Gets or sets a value specifying a fixed lower limit for the Y-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.