Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Plot library
#1
I wonder whether anybody may suggest a simple plot library, with QM callable functions. Any advice is mostly welcome.
#2
I would find a C# plot library and use it in QM3.
QM2 can execute QM3 scripts using command line.
But need to learn C# programming language.
#3
Thank you so much! No problem with C-Lang I am using it for 20 years now. Best regards.
#4
Maybe this one?
https://github.com/Live-Charts/Live-Charts
pi
#5
Thank you for your suggestion. I will try it and I will let you know. Kind Regards!
#6
It seems LiveCharts development stopped several years ago and it does not support .NET Core. To use a .NET library in QM3, it must support .NET Core 3 or .NET Standard 2. Only look for libraries that are in active development. Maybe https://github.com/swharden/ScottPlot

QM3 currently does not support NuGet, which is an easy way to install and update .NET libraries and their dependencies. To test a .NET library, it's better to install the NuGet package in Visual Studio and test. Then, if want to use it in QM3, copy the dll (and dlls it uses) to the QM3 folder or the Libraries subfolder and add reference(s) in Properties dialog. You can download NuGet packages directly from the NuGet website, unzip (they are zip files) and take the newest dlls.
#7
are there any libraries you can recommend for QM2 that is easy to implement for basic charting (line, bar, etc)?   thanks
#8
i was wondering if something like this would work within QM2?
https://www.codeproject.com/Articles/382...eX-Control


Forum Jump:


Users browsing this thread: 1 Guest(s)