Table of Contents

Method CreateControl

Namespace
Bonsai.Gui.ZedGraph
Assembly
Bonsai.Gui.ZedGraph.dll

CreateControl(IServiceProvider, GraphPanelBuilder)

Creates and configures the mashup control associated with the specified workflow operator.

protected override GraphControl CreateControl(IServiceProvider provider, GraphPanelBuilder builder)

Parameters

provider IServiceProvider

A service provider object which can be used to obtain visualization, runtime inspection, or other editing services.

builder GraphPanelBuilder

The ExpressionBuilder object used to provide configuration properties to the mashup control.

Returns

GraphControl

A new instance of the mashup control class associated with the specified workflow operator.