SilverlightShow: Silverlight 1.0 Bar Chart Tutorial Comments
http://www.silverlightshow.net/
Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samplesen-usSilverlightShow.netestoychev@completit.com (Emil Stoychev)Argotic Syndication Framework, http://www.codeplex.com/Argotichttp://www.rssboard.org/rss-specificationRE: Silverlight 1.0 Bar Chart Tutorial
http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspx#comment2868
<p><strong>Adding the Background and Container</strong></p>
<p>The first piece we need is the background. Not only does it serve the purpose of a contrasting color, but also it acts as the container for the bars.</p>
<ul>
<li>File -> New -> File... </li>
<li>Choose the Silverlight JScript Page template </li>
<li>Name the file Chart.xaml </li>
<li>In the root Canvas of the Chart.xaml file add the following XAML:</li>
</ul>
<p> </p>
<p> </p>
<p>What XAML?</p> ( jp)http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspxSat, 02 Jan 2010 03:43:19 +0300RE: Silverlight 1.0 Bar Chart Tutorial
http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspx#comment1650
Can any one tell how to render the chart using XML. ( Jain)http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspxWed, 10 Jun 2009 02:43:14 +0300RE: Silverlight 1.0 Bar Chart Tutorial
http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspx#comment41
Justin, next week we will publish a tutorial how to make a silverlight 1.1 bar chart. It's more advanced than this bar chart and, of course, with less fragile code ;) ( emil)http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspxThu, 07 Feb 2008 07:13:51 +0300RE: Silverlight 1.0 Bar Chart Tutorial
http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspx#comment40
Yep, so the next obvious step it taking this example toward OOP.
http://www.codeproject.com/KB/silverlight/PathToReusableXAML.aspx
Nice job, I can hardly do this math myself :)
While the code you presented works, It's basically tons of javascript all meshed up together. That'll be VERY hard to maintain as it's extremely fragile to changes. It works, but for how long? ( Justin-Josef Angel [MVP])http://www.silverlightshow.net/items/Silverlight-1.0-Bar-Chart-Tutorial.aspxThu, 07 Feb 2008 01:10:12 +0300