ReactivePlotUpdate record¶
Defined in
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
Full name: CrissCross.WPF.Plot.ReactivePlotUpdate
Modifiers: public sealed
Summary¶
Immutable update envelope used by all reactive chart sources.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ReactivePlotUpdate
class IEquatable~ReactivePlotUpdate~ {
<>
}
IEquatable~ReactivePlotUpdate~ <|.. ReactivePlotUpdate
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Immutable update envelope used by all reactive chart sources. |
Properties¶
| Name | Summary |
|---|---|
| Key | The stable series identity. |
| PlotType | The chart type to update. |
| Kind | The operation to apply. |
| X | The X-axis values. |
| Y | The Y-axis values. |
| XAxisKind | The interpretation of X-axis values. |
| Sequence | A monotonic sequence value supplied by the source adapter. |
| MaxPoints | The optional maximum number of points that should be retained for this update's target series. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |