ReactivePlotSource record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.ReactivePlotSource
Modifiers: public sealed
Summary¶
Default implementation and factory methods for observable-first plot sources.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ReactivePlotSource
class IReactivePlotSource {
<>
}
IReactivePlotSource <|.. ReactivePlotSource
class IEquatable~ReactivePlotSource~ {
<>
}
IEquatable~ReactivePlotSource~ <|.. ReactivePlotSource
Implements: IReactivePlotSource, IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Default implementation and factory methods for observable-first plot sources. |
Properties¶
| Name | Summary |
|---|---|
| Key | The stable series key. |
| PlotType | The chart type rendered by the source. |
| Updates | The normalized update stream. |
| XAxisKind | Gets the X-axis interpretation used by updates emitted from this source when it is known upfront. |
Methods¶
| Name | Summary |
|---|---|
| static FromUpdates | Creates a source from an already-normalized update stream. |
| static FromSignalTicks | Adapts legacy signal tick observables to append updates. |
| static FromSignalPoints | Adapts legacy signal point observables to append updates with numeric X-axis values. |
| static FromScatterPoints | Adapts legacy scatter point observables to replace updates. |
| static FromDataLoggerPoints | Adapts legacy data logger observables to append updates. |
| static FromStreamerPoints | Adapts legacy streamer observables to append updates. |
| static FromSignalXyPoints | Adapts SignalXY observable snapshots to replace updates. |
| static FromSignalXySnapshot | Adapts a SignalXY snapshot to a single replace update. |
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |