Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable.
Can anyone recommend a good chart / graph component for Silverlight 4.0? I'm looking for one that provides:
multiple simultaneous series, both scatter and line
multi-select of points
configurable tool-tips
automatic axis scaling
real-time update of data
That last point sounds trivial but is tripping up the Silverlight Toolkit Chart; if you rapidly change the axis range, it sometimes leaves phantom points behind in addition to the points it should be displaying.
Take a look at Visifire. It supports all the above requested features.
You could try Visiblox.
(Disclaimer: I work for the company that develops it, but not on that team)
You could take a look at the Data Visualization suite offered by Infragistics. I'm not really a big fan of Infragistics but I have been impressed with some of their charting components.
http://samples.infragistics.com/sldv/ComponentOverview.aspx?cn=data-chart
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for some simple line chart solution. I need that for my app written in wpf that is part of a final college exam. I was trying to find some, but I have found only paid solutions and because I need that just for this purpose I dont want to pay for it.
The only additional requirement is that it must work with real time data, min 1 update per sec (brain affective data which im obtaining from neuroheadset).
You might try OxyPlot. It's free, certainly fast enough for what you want, and fairly easy to use.
WPF Toolkit has a nice free easy to use chart control available here.
And here's a good demo project on codeproject.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am making windows based application where I do a lot of data processing and end up with list of coordinates and other information. I would like to use to plot markers, routes etc on a google map.
I believe that the google api is meant for web based applications.
I would like to keep the solution desktop based since that framework is best suited to do all the data processing I want.
Is there a clean, non third party based solution to use google maps and the api to do drawing and marking on the map from within the .net application?
You can use GreatMaps GMap.NET control for Microsoft's platforms.
it is across platform, open source .NET control from Microsoft.
check the below link to understand how to use GMap.Net control
GMap.NET Control
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am attempting to develop a web page in which the codebehind draws diagrams. I have an analagous forms application which uses a picturebox, and the replies to the question here suggest I should use an Image Control.
But it isn't obvious how I should set about drawing my triangles and circles on this control. So: is an image control what I want? If so, can someone direct me to a tutorial or an example as to how to draw on it?
If it isn't, what should I be using? (What I am drawing isn't a graph.)
Don't do this on the server. Use client-side libraries. What you can do on the server - is prepare data for the diagram, send it to the client to do actual drawing.
For example mxGraph library has a nice .NET component that builds XML for the diagram on the server and then client-side draws diagram based on that XML.
The above is a commercial products, but there're free alternatives out there as well.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am developing a Windows GUI Application. I need a tool to create a prototype design. Please help me to find the best tools? Thanks.
Visio have some stencils for Windows GUI which can be used to prototype a design.
Another option is to use the Visual Studio designer (for either WPF or WinForms) and just layout the forms, without any code.
It really depends on whether you want a free tool or a paid for one, plus what technology you're going to use in the long run.
For winforms, Anders answer is probably best.
If you're aiming at using Silverlight or WPF then I'd recommend Expression Blend as you can produce a rough working GUI design and quickly transform it into working code.
Microsoft SketchFlow seems like a quite good tool.
You can create more or less working prototypes, the standard skin of the prototypes are pencil-sketch style to give the viewer a feeling that the prototype is just a prototype and not a working application.
If you want to show examples of final look'n feel you can just use the regular WinForms or WPF designer.
I use this one a lot. It's easy to put stuff together and there is a wealth of addons to meet your gui needs.
Balsamiq
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So I asked a similar question here but it was considered a duplicate: https://stackoverflow.com/q/6181191/319862
This time I will be a little bit more specific...
Are there any open source projects that can control the pwm frequency of a motherboard fan header. Please share links. The only software I can find is Speedfan and it does not seem to make the source available.
The next best thing I found was openhardwaremonitor, but it does not control fan speeds yet according to the issues list on google code.
-- edit --
I am mainly interested in Windows at this time, although a cross platform project would be great.
lm-sensors provides a fancontrol tool that can change the speed of your fans, along with some nice calibration tools to help you maintain reasonable temperatures with minimum energy and noise. Excellent tools.