Using WPF For bar Graphs - wpf

I Want to use Graphs in WPF.At the moment I am using WPF toolkit to make graphs in WPF but cant find the resources for the step by step procedure to modify the bar graph (colour,size etc).Can anyone please help me or give me the necessary url for doing so...Also can this be used to make 3d charts or if there is any other open source stuff I can use please do mention it.Thanks

Did you tried Dynamic Data Display?
For me, it's the best free charts library available for WPF.

Related

Silverlight Toolkit Pie Chart Add Labels

I have been working with Silverlight for some time now but this is my first experience with the charting capability provided by the silverlight toolkit. Basically I am trying to create a pie chart that contains labels for each slice of the pie. The labels can be inside the pie piece itself or outside it makes very little difference to me. My data set is very simple. I have a Result class that contains 2 properties, a name and a count and I am using that as the source for the pie chart.
I have tried to google this but most of the results I get pertain to telerik or other 3rd party controls.
Can someone please share there wisdom on how to accomplish this? Thanks.

Creating gantt chart in C#

I need a help creating gantt chart, that will look like this below
I am using DevExpress 12.2, and WinForms.
It doesn't need to be done with DevEpress, I just need to get that look.
Thank you
It's been a while since this was asked, but I've wanted something like this too. I looked at other WinForms Gantt Chart controls available and found they were pretty complicated. So I made a simple, yet highly-customizable Gantt Chart for WinForms: https://github.com/derekantrican/GanttChart . No DevExpress required
The "month view" that you want isn't supported yet but I'm working on adding it!
It has been a while since I last used DevExpress, but I recently used the following open source control, which is quite easy to implement and well-documented. I strongly suggest you to take a look into it.
Codeplex - .NET Winforms Gantt Chart Control
Also, you could probably do something with the Chart control of .NET but that will just require a lot more work, so I'd give the link I put above a shot.
In case if you are looking for a full-featured interactive Gantt view, you can also check the Scheduler Control - Gantt View.

WPF Graph control

I am a new bee in wpf. I want to implement a graph in my application using C#.net.
I try to implement chart , but chart have x,y coordinates & legents. I want to display only small graph, i don't want to display AxiesX,AxiesY points& Graph descryption.
What is the best & simple graph control in wpf, how i can implement in C#.net.
Thanks,
i have been using visifire and i really like them. Easy to use and look really nice. the have trial charts that you can try out but to use them it does cost money, but it isnt terribly expensive considering how much time you could spend creating your own charts.
http://www.visifire.com/
Go here: http://wpf.codeplex.com/releases/view/40535 and get the WPFToolKit
It includes charting controls that are basic, functional, and easy to use. Best of all, they're free.
It will add the System.Windows.Controls.DataVisualization namespace to your project when you add WPFToolKit as a reference.
You can do it all in code-behind... if you really have to. :)

Free WPF Flow charting Component

I am looking for a WPF Flow charting component. Something that will let you draw boxes and display lines between them based on some object structure/collection.
Anyone know about anything like that out there? I prefer free as this is an open source project I plan to put it in.
The WPF Diagram Designer on CodeProject does much of this.

Silverlight Map Tiler

I just started learning Silverlight and onTop of that I have to create a map viewer that displays our map tiles. I have search EVERYWHERE online and cant find anything that helps me. All Im looking for is a way to Display the tiles and have it draggable so that it starts pulling off more Tiles from the server. I'd like to build it from scratch but im not sure where to begin. I've looked at the whole microsoft BING thing but that doesnt help as its too much of BINGS's own stuff. Going in circles looking everywhere else.
The control you are looking for is MultiScaleImage control. This allows not only for an image to be composed of tiles but also various zoom levels. Its worth taking the time to read the MSDN docs on this control.

Resources