tool for real time graph plotting..
-
hi everyone.. I want a tool to plot real time graph for .net platform.The data which has to be plotted is continuously coming in some time interval.Is there any tool available? Also Performance issue is there.Performance also matters when I am using the tool. Thanks in adv...
-
hi everyone.. I want a tool to plot real time graph for .net platform.The data which has to be plotted is continuously coming in some time interval.Is there any tool available? Also Performance issue is there.Performance also matters when I am using the tool. Thanks in adv...
jainiraj wrote:
I want a tool to plot real time graph for .net platform
.NET isn't a "realtime" platform, nor is Windows.
jainiraj wrote:
The data which has to be plotted is continuously coming in some time interval.Is there any tool available?
Write an application that handles the communication and stuffs the data in a queue. Have another one draw some nice graph using that data. There should be some articles on charts. Bars or pies?
jainiraj wrote:
Also Performance issue is there.Performance also matters when I am using the tool.
Simple; don't use VB6 :) As a reminder; cross-posting isn't a nice thing to do.
I are Troll :suss: