I found this piece of code and it only had two lines of code my problem is the minFontSize and maxFonSite variables they seem to me that they wiill never change as opposed to minOccurs and maxOccurs. here is the code. from this site http://blogs.dekoh.com/dev/2007/10/29/choosing-a-good-font-size-variation-algorithm-for-your-tag-cloud/
weight = (occurencesOfCurrentTag-minOccurs)/(maxOccurs-minOccurs);
fontSizeOfCurrentTag = minFontSize + Math.round((maxFontSize-minFontSize)*weight)
can someone expand on this for me please make the picture easier Im using C# 2.0 asp.net 2.0