TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
William Thompson
1.6k
155
298.9k
DateTime Data Problems in Silverlight and C#
Jul 19 2011 10:51 PM
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);
Reply
Answers (
0
)
LINQ: Show parent table value in child table Gridview using Databinding Source
Check if data exist in table using asp.net c# 3 tier architecure