,System.Collections.Generic.IList{System.Double>
Defined in Type: SignalUI
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 SignalUI(WpfPlot plot, IObservable<(string? Name, IList<double>? X, IList<double> Y, int Axis)> observable, IObservable<Coordinates> coordinatesObs, string color, bool autoscale = true, bool manualscale = false, IObservable<bool>? fixedPoints = null, IObservable<int>? numberPointsPlotted = null, bool ticks = true)
Summary: Initializes a new instance of the SignalUI class.
Parameters
| Name | Type | Description |
|---|---|---|
plot | WpfPlot | The plot. |
observable | IObservable<(string? Name, IList | The observable. |
coordinatesObs | IObservable | The coordinates obs. |
color | string | The color. |
autoscale = true | bool | if set to true [autoscale]. |
manualscale = false | bool | if set to true [manualscale]. |
fixedPoints = null | IObservable | if set to true [fixed points]. |
numberPointsPlotted = null | IObservable | The number points plotted. |
ticks = true | bool | if set to true [ticks]. |