Skip to content

LiveChart.ScatterWithPoints property

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 (string? Name, IList<double> X, IList<double> Y, int Axis) ScatterWithPoints { get; set; }

View source

Summary: Gets or sets the scatter plot data, including the series name, X and Y coordinate lists, and the axis index to which the data is assigned.

Returns: (string? Name, IList X, IList Y, int Axis)

Remarks

Setting this property updates the scatter plot with the provided points and may trigger a change in the displayed data. The X and Y lists must have the same number of elements. The axis index should correspond to a valid axis in the plot configuration.