Skip to content

ReactivePlotUpdate record

Defined in

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

Summary

View source

        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

NameSummary
.ctorImmutable update envelope used by all reactive chart sources.

Properties

NameSummary
KeyThe stable series identity.
PlotTypeThe chart type to update.
KindThe operation to apply.
XThe X-axis values.
YThe Y-axis values.
XAxisKindThe interpretation of X-axis values.
SequenceA monotonic sequence value supplied by the source adapter.
MaxPointsThe optional maximum number of points that should be retained for this update's target series.

Methods

NameSummary
ToString
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members