Questions tagged [plotlab]

PlotLab is a set of very fast data plotting / charting / graphing components. Add sophisticated interactive graphs, charts, plots, and waterfalls to your VB.NET, C#, Visual C++, Delphi and C++ Builder applications with minimal effort.

5 questions
1
vote
1 answer

Using Mitov.Plotlab in my C# project, "Entry not found" error messagebox raise in design

error window one ps: The translation for image: "无法找到入口" -> "Entry not found", "无法定位程序输入点 于动态链接库" -> "Can not locate the program entry point in the dynamic link library." In other compute is ok, this quiestion only in my notebook. OS: win10…
Men Chuan
  • 39
  • 4
0
votes
1 answer

How to solve the Mitov.Plotlab Scope control SetXYData() used in wpf throw AccessViolationException

I am used Mitov.Plotlab Scope control in WPF with WindowsFormHost element. So, when I changed the window size (the Scope control change else) with Use SetXYData() set many data on the Scope control, AccessViolationException has be throwed or the…
Men Chuan
  • 39
  • 4
0
votes
1 answer

drawing points using PlotLab in c#

I'm using PlotLab and SignalLab in my Project.Now I want to plot single points on scope but I cant.The problem is plotLab connects poits together by lines but I want just plot pints.Points Are xy points and I shold use plotLab or sigalLab.How I can…
Fateme
  • 21
  • 7
0
votes
2 answers

Communicate over two projects

I have a C++ application and want to extend it with a graph tool. I found a great tool (Plotlab) with an example code (C++). Now I was able to add the project in my project map with my app but I have no idea how I can communicate from my app code to…
user2261524
  • 415
  • 3
  • 10
  • 17
-1
votes
1 answer

Is Visual C++ a programming language or an IDE?

I've created and finished a project using Visual Studio 2013 and C++ programming language. However this was the first time that I use Visual Studio. (I've created this project by New-> Visual C++ -> General-> Empty project) Before I had always…
newbornToCS
  • 3
  • 1
  • 4