Skip to content

LiveChart.SignalsWithPointsProperty field

Defined in

Type: LiveChart 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 static readonly DependencyProperty SignalsWithPointsProperty

View source

Summary: Identifies the SignalsWithPoints dependency property, which represents a collection of signal data points to be displayed in the chart.

Remarks

Each item in the collection is a tuple containing a signal name, optional X values, Y values, and a color index. This property enables data binding for multiple signals with associated points in a LiveChart control.