Skip to content

LiveChart.SignalWithPointsProperty 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 SignalWithPointsProperty

View source

Summary: Identifies the SignalWithPoints dependency property, which stores a tuple containing a signal name, optional X and Y coordinate lists, and a point count for use in LiveChart visualizations.

Remarks

This property enables data binding and styling for chart signals that include both metadata and point data. The tuple consists of a signal name (string or null), an optional list of X coordinates, a required list of Y coordinates, and an integer representing the number of points. The property is intended for scenarios where both the signal's identity and its associated data points need to be provided to the chart control.