,System.Collections.Generic.IReadOnlyList{System.Double>
Defined in Type: ReactivePlotUpdate
Namespace: CrissCross.WPF.Plot
Assembly: CrissCross.WPF.Plot.dll
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)
Summary: Immutable update envelope used by all reactive chart sources.
Parameters
| Name | Type | Description |
|---|---|---|
Key | [PlotSeriesKey](# | The stable series identity. |
PlotType | [PlotType](# | The chart type to update. |
Kind | [ReactivePlotUpdateKind](# | The operation to apply. |
X | IReadOnlyList | The X-axis values. |
Y | IReadOnlyList | The Y-axis values. |
XAxisKind | [PlotXAxisKind](# | The interpretation of X-axis values. |
Sequence | long | A monotonic sequence value supplied by the source adapter. |
MaxPoints = null | int? | The optional maximum number of points that should be retained for this update's target series. |