简体   繁体   中英

WPF Stacked bar chart using WPF Toolkit

I am fairly new to both C# and WPF however i did come across the WPF toolkit which allows you to create chart fairly easily.

My goal is to create a stacked barchart however i am unable to find it in the kit the last question about this topic was asked in mid 2012 and i was wondering if anyone knows of any solution to creation of stacked bar charts using WPF?

Seems to be that the latest published version of the WPF Toolkit is 3.5 or 3.5.5, depending on where you get it from.

The stacked charts are only available in version 4 of the toolkit, which is available for Silverlight, but not officially for WPF.

If you'll head to this post (link seems broken due to MS archiving, i believe this was the original post ), you can download the examples he uses ( direct link ).

Now, here's the beauty: browse to the "Toolkit -> WPF4" folder, and take the dll you'll find there. This is the version 4 toolkit for WPF , which you can then reference in your project, and have access to the stacked barcharts.

Side note: This toolkit is seriously lacking in documentation, and I'm not sure if it'll be updated in the future ... which is a shame.


Update: 7 Years later, it would seem you can try this one out: Extended WPF Toolkit . I haven't tried it, but it might be useful to whomever walks this path in the future.

It's too late but anyway I put it here for fellows like me:

The WPF Toolkit hasn't released a new version since the April 2010 Silverlight Toolkit was released with stacked series support, so what's in the current download is not the latest stuff. However, you can get the latest version of the Data Visualization assembly (binaries and code) for all supported platforms as part of my Development Release : download

From here: http://dlaa.me/blog/post/9997400#comment-1378418769

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM