Skip to content

ReactivePlotBinder class

Defined in

Namespace: CrissCross.WPF.Plot Assembly: CrissCross.WPF.Plot.dll Full name: CrissCross.WPF.Plot.ReactivePlotBinder Modifiers: public sealed

Summary

View source

        Default reactive plot binder that owns source subscriptions, lifecycle state, validation, batching, and UI marshalling.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ReactivePlotBinder
class IReactivePlotBinder {
    <>
}
IReactivePlotBinder <|.. ReactivePlotBinder

Implements: IReactivePlotBinder

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactivePlotBinder](# class.

Methods

NameSummary
BindBinds the supplied sources to a live chart view model.
Inherited members