Skip to content

Applies to

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

public ReactivePlotUpdate(PlotSeriesKey Key, PlotType PlotType, ReactivePlotUpdateKind Kind, IReadOnlyList<double> X, IReadOnlyList<double> Y, PlotXAxisKind XAxisKind, long Sequence, int? MaxPoints = null)

View source

Summary: Immutable update envelope used by all reactive chart sources.

Parameters

NameTypeDescription
Key[PlotSeriesKey](#The stable series identity.
PlotType[PlotType](#The chart type to update.
Kind[ReactivePlotUpdateKind](#The operation to apply.
XIReadOnlyListThe X-axis values.
YIReadOnlyListThe Y-axis values.
XAxisKind[PlotXAxisKind](#The interpretation of X-axis values.
SequencelongA monotonic sequence value supplied by the source adapter.
MaxPoints = nullint?The optional maximum number of points that should be retained for this update's target series.