,CrissCross.WPF.Plot.ReactivePlotBindingOptions)} ,CrissCross.WPF.Plot.ReactivePlotBindingOptions)}
ReactivePlotBinder.Bind(LiveChartViewModel, IEnumerable, ReactivePlotBindingOptions?) method¶
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 IReactivePlotConnection Bind(LiveChartViewModel chart, IEnumerable<IReactivePlotSource> sources, ReactivePlotBindingOptions? options = null) - 2.
public IReactivePlotConnection Bind(IEnumerable<IReactivePlotSource> sources, ReactivePlotBindingOptions? options = null)
1. Overload¶
public IReactivePlotConnection Bind(LiveChartViewModel chart, IEnumerable<IReactivePlotSource> sources, ReactivePlotBindingOptions? options = null)
Inherited documentation
These docs were inherited from IReactivePlotBinder. The member doesn't override them on this type.
Summary: Binds the supplied sources to a live chart view model.
Parameters
| Name | Type | Description |
|---|---|---|
chart | [LiveChartViewModel](# | The chart view model to update. |
sources | IEnumerable | The reactive plot sources to subscribe. |
options = null | [ReactivePlotBindingOptions?](# | Optional binding options. |
Returns: IReactivePlotConnection -- An owned connection that controls source subscriptions.
2. Overload¶
public IReactivePlotConnection Bind(IEnumerable<IReactivePlotSource> sources, ReactivePlotBindingOptions? options = null)
Summary: Binds the supplied sources using the adapter factory supplied to the constructor.
Parameters
| Name | Type | Description |
|---|---|---|
sources | IEnumerable | The sources to bind. |
options = null | [ReactivePlotBindingOptions?](# | Optional binding options. |
Returns: IReactivePlotConnection -- An owned connection.