5 lines
116 B
C#
5 lines
116 B
C#
namespace RobotNet.WebApp.Charts.Models.ScatterChart;
|
|
|
|
public record ScatterChartDataPoint(double X, double Y);
|
|
|