WPF Tag Cloud

Does anyone know how to create it? I know this question was asked earlier, but there was no answer, and the link provided was a dead end.

EDIT

The project that I found, but could not get it working, is as follows: http://alanle.com/wp-content/uploads/2009/12/WPFTagCloud.zip

I get errors

  • "The assembly should be specified for XAML files that are not part of the project. Re-run this XAML file after adding it to the project, close this file and open it using the project with which it is associated, or change the clr namespace to include the assembly name "
  • "Type" local: CountToFontSizeConverter "not found. Make sure that you do not have a reference to the assembly and that all reference assemblies have been built."

If someone can run it and knows how to fix it, that would be great. Thanks

+1
wpf tag-cloud
source share
2 answers

Take a look at this blog post .

After viewing the code in this blog post (just close the authentication window that appears) it looks correct. The main idea is to link the font size as well as the text and calculate the font size depending on the number of occurrences.

+2
source share

A simple bing search came to the following: Building a WPF tag cloud .

+1
source share

All Articles