Robert Brenckman
Robert Brenckman
```cs //pulled from Signal private CoordinateRange GetVisibleXRange(PixelRect dataRect) { // TODO: put GetRange in axis translator double xViewLeft = Axes.GetCoordinateX(dataRect.Left); double xViewRight = Axes.GetCoordinateX(dataRect.Right); return (xViewLeft
I'm quite busy with school and work, but this was something I had wanted to look as well. I will see if I can find some time coming up.
I believe it should work without issue on .net10. I think the csproj changes you've done here should suffice. Looks like appveyor doesn't support the .net10 SDK yet, so builds...