ReactivePlotBinder() constructor¶
Defined in
Type: ReactivePlotBinder
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public ReactivePlotBinder() - 2.
public ReactivePlotBinder(IReactivePlotAdapterFactory adapterFactory)
1. Overload¶
public ReactivePlotBinder()
Summary: Initializes a new instance of the ReactivePlotBinder class.
2. Overload¶
public ReactivePlotBinder(IReactivePlotAdapterFactory adapterFactory)
Summary: Initializes a new instance of the ReactivePlotBinder class.
Parameters
| Name | Type | Description |
|---|---|---|
adapterFactory | [IReactivePlotAdapterFactory](# | The adapter factory used by pure binder tests and non-WPF hosts. |