Scott W Harden

Results 110 comments of Scott W Harden

Hi @MaxFun, ScottPlot supports .NET Framework back to 4.6.2 The problem is that the C# syntax in your code is newer than the C# version your project is using. If...

@MaxFun also, I suspect the fix can be applied automatically if you click the link shown in your screenshot ![image](https://github.com/ScottPlot/ScottPlot/assets/4165489/cd143f94-d21d-4b0f-86b0-bf21c41b65f5)

Hi @MaxFun, thanks for coming back with additional detail! I was able to recreate this issue... ![image](https://github.com/ScottPlot/ScottPlot/assets/4165489/9d7fb332-939b-4ff7-9687-9e6b15dcd567) ![image](https://github.com/ScottPlot/ScottPlot/assets/4165489/4ef4afbf-eb70-4bd7-84a6-3e5382c9371b) ![image](https://github.com/ScottPlot/ScottPlot/assets/4165489/cf278f1b-88d1-4f55-a302-e0e7eef03de9) ![image](https://github.com/ScottPlot/ScottPlot/assets/4165489/f0c23b04-7aaf-4853-a869-30cb71b4ff76) ``` Severity Code Description Project File Line Suppression State Details...

This issue may have been present for a while. It looks like even the .NET Framework sandbox app doesn't use the designer view... https://github.com/ScottPlot/ScottPlot/blob/ddfe61b5552509a5dafe1d90bc9a7f52e76712a7/src/ScottPlot5/ScottPlot5%20Sandbox/Sandbox.WinFormsFramework/Form1.cs#L7-L25 Maybe we can fix this by...

Hi @MaxFun, some of the notes are above are to help me figure out where the issue is. The main points are: ScottPlot 5 crashes in .NET Framework WinForms _designer...

@MaxFun one more tip, if you can create a .NET application (not a .NET Framework application) it should work right out of the box! 👍 ".NET Framework" is an older...

I think this may have been solved by 587560dfbd14054def578a0fc360c4c0f6c665ab but I'm going to open this issue back up to remind me to follow-up after the next release is published on...

Following-up, the recommended actions to take to solve this issue are here: https://scottplot.net/faq/add-winforms-programmatically/

Thanks for reporting this @raburton! For context, the variable in question is here: https://github.com/ScottPlot/ScottPlot/blob/ad66085d2086fbe3c744f5cb43cd04620517830d/src/ScottPlot4/ScottPlot/Plottable/DataStreamer.cs#L47 It should be incremented at the end of this function: https://github.com/ScottPlot/ScottPlot/blob/ad66085d2086fbe3c744f5cb43cd04620517830d/src/ScottPlot4/ScottPlot/Plottable/DataStreamer.cs#L96-L111

Hi @CBrauer, thanks for the feedback! What's the advantage of including this on the plot vs. adding a rich textbox beneath the plot? It would be nice to have this...