0
Answer

DateTime Data Problems in Silverlight and C#

William Thompson

William Thompson

13y
1.7k
1
DateTime Data Problems in Silverlight and C#
Hello Forum.
I am using VISI Fire in Silverlight and C# to produce some data charts.  One style of chart allows stacked data to be displayed in colums  the xaml code I am using looks like this
[IMG]http://i67.photobucket.com/albums/h292/Athono/xaml.png[/IMG]
The chart i am trying to build is based on a visi fire chart example.  if you go to http://www.visifire.com/silverlight_wpf_charts_gauges_gallery.php and look at their stacked examples here http://www.visifire.com/silverlight_stacked_charts_gallery.php  you can see the xaml example I am trying to emulate.
http://i67.photobucket.com/albums/h292/Athono/post_this.png
But my chart comes out differently.  mine has this odd overlaping date feature
[IMG]http://i67.photobucket.com/albums/h292/Athono/badrepresentation.png[/IMG]
Now, I have carefully stepped through the code and as far as I can tell, I have the same date for each data set pair. 
[IMG]http://i67.photobucket.com/albums/h292/Athono/code-1.png[/IMG]
new linkI have stepped through this code and I have made sure that with each value for i, the years and the months for each data pair are exactly the same.  So why is my graph so messed up?
Is there something wrong with they way I am using the DateTime class?
new DateTime((Int32) Year_Id,(Int32) SMonth_Id, (Int32)1);