LiveChart.ScatterWithPointsProperty 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 ScatterWithPointsProperty
Summary: Identifies the ScatterWithPoints dependency property, which stores the configuration for a scatter plot with associated data points.
Remarks
The value of this property is a tuple containing an optional series name, two lists of double values representing the X and Y coordinates of the points, and an integer specifying the series index. This property is typically used to bind scatter plot data to a LiveChart control in XAML or code-behind.