How to insert graph in windows form using .net C#? - c#

I want to insert a live graph in my bandwidth monitor tool. Can any one help me to insert a simple graph in my form using .net C#?
Thanks in advance

The Chart control visualizes your data. It displays data in your Windows Forms program as a bar graph or chart.
Please refer these link i think it will help you.
http://www.codeproject.com/Articles/2210/Tracker-A-Windows-Form-graph-control
http://www.dotnetperls.com/chart
http://www.daniweb.com/software-development/csharp/code/451281/simple-line-graph-charting

Related

Is there a way to input my Qr-Code input from an external scanner (Windows Forms C#)

I need to get my input from an external USB QR-Code scanner to my windows forms application, but i have no idea how to start. I'm a beginner in c#, and i've tried looking online for solutions. Would it be smart to use a textbox and clear it each scan? I also heard some poeple talk about opening a console from your windows forms app? If you guys know any better way, please tell me!
Thanks guys!
I need to give QR code as a input to my form and resultant of the QR Code value should be auto filled in text box.

How to create chart in windows phone

I am using the chart in my windows phone 8 application. As I am using amchart quick chart but it doesn't provide full documentation so I am not able to customize my Pie Chart according to data. I am looking out for some customized charts. Can anyone please point me in the right direction. As I have also googled for Silverlight 5 Toolkit but can anyone please tell is it ok to use this toolkit.
Does Windows Phone have any inbuild feature to support charts and graphs?
Any help will be really appreciated.
You could try the following as well,
sparrowtoolkit. which supports WP8.
Here are few other Chart Documentation Links
How to Create Charts Graphs in Your Windows Phone Application

How to use Google Maps API in Visual C# Forms Application?

I have decided to design a desktop forms application in Visual C# 2012 which will download google map images within user specified coordinate and zoom level. Actually, the target is to create offline map as jpeg. Later I'll have to join the downloaded images also! Can anyone please help me on this issue?
Note: I will not display any web page. I just want to download the direct image from google maps as per specification on zoom level and coordinate.
Regards.
Have you checked GMap.NET? "Great Maps for Windows Forms and Presentation"
http://www.codeproject.com/Articles/32643/GMap-NET-Great-Maps-for-Windows-Forms-and-Presenta
http://greatmaps.codeplex.com

how to integrate web cam in aspx page using c#?

My requirement is to integrate a web camera in aspx page and i need to capure a picture for the customers and insert in the database. I have tried with flash player,Aforge dll and silverlight. Can anyone suggest me an easy way to integrate web camera in aspx page. I have been trying this for a long time now.
DirectShow.Net is really your best option to achieve this functionality. C# and the .Net framework do not provide really any support or API's for webcam access.
http://directshownet.sourceforge.net/about.html
You can you silverlight to detect any USB camera attached your system.
In silverlight there are predefined classes for detecting removable devices attached to the system if you want i can give you the working code .. and steps to do this functionality
U need to use Model PopUp Extender of asp and for that model popup set the source to the Silverlight Page which capture the image and u will need to write the web service which will take the captured image and convert it to the byte array and then it store that Image in the DB these are the steps u will need to do. If u want i can help u with all kind of source code help u will need just try it and tell me if u are ok with this..

draw continuous graph in windows for using c#

I want to draw continuous graph in windows for i want library like zgraph but continuous?
Zgraph can also draw realtime data.
http://zedgraph.org/wiki/index.php?title=Display_Dynamic_or_Real-Time_Data
you can use MS chart control library.
Download it in this Link
It's easy to use and has many samples online.
don't forget to mark as answerd!

Categories