ScatterPoints.Data property¶
Defined in
Type: ScatterPoints
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) Data { get; init; }
Summary: A tuple containing the name of the point set, the X and Y coordinate lists, and the axis index to which the points belong. The coordinate lists must have the same length.