User Profile
Collapse
-
Look into GDI+ or WPF. You will have to convert your data into screen coordinates and draw the lines yourself on the screen. You can use Polylines on a Canvas in WPF to visually represent some data. -
-
Efficient Real-Time X-Y Plotting/Graphing
I'm working on an application that graphs data for given time intervals. For example, I could be collecting data in real time, and i'm graphing the last 5 minutes of the data up to the current point. When I have multiple axes, the number of points for each axis can become large fast. I have to go though and process all of these points every time I update the graph. When I have points that are in a pattern, or straight line, it doesn't make since... -
Efficient Real-Time X-Y Plotting/Graphing
I'm working on an application that graphs data for given time intervals. For example, I could be collecting data in real time, and i'm graphing the last 5 minutes of the data up to the current point. When I have multiple axes, the number of points for each axis can become large fast. I have to go though and process all of these points every time I update the graph. When I have points that are in a pattern, or straight line, it doesn't make since... -
interesting...n ow are you using that on the client side? i could use that on both sides, i suppose, but i'm less concerned w/ the client and what happens to it when it's disconnected. thanks for the tip.Leave a comment:
-
C# Client/Server Disconnection
I have a fairly simple client/server structure using System.Net.Sock ets, where the server only sends data to a collection of clients, and the clients only receive data, so, the data flow is unidirectional. My server sends the same data to each of the connected clients, at the same time through a for loop. The loop sends the data, or removes the client if it has disconnected. My problem is when the client disconnects, it can cause the server program... -
C++ Class Library DLL Help
Hello there. I'm new at DLLs in .net, and am just looking for some simple guidance. I want to make a DLL, that basically has a few member functions that take in a value then return it. Essentially what i want to do is below. I'm also planning on using this DLL in another VC++ MFC client application. I'm using VS2005 also. I can build the DLL and add it as a reference in my client app, but I cannot access the methods of the class (i can recognize...
No activity results to display
Show More
Leave a comment: