This is a migrated thread and some comments may be shown as answers.

Getting started with date-values and multiple columns

2 Answers 112 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
mathias
Top achievements
Rank 1
mathias asked on 27 May 2008, 12:41 PM
Hi

I'm stuck on this for days so I've decided to ask for help here. I think it's not so difficult but I can't find the correct solution.

First of all, I have a datatable with my data.
In that table, there is a column "Day" which includes 30 or 31 rows, for every day of a month one row (for example: 01/05/2008 --> 31/05/2008).
There are three other columns: CountA, CountB and CountTotal.
As you can see, it's a datatable with numeric info per day.

I've found in the documentation that you have to convert Day to OADate so I create a extra column "DayBis" with the day as OADate-format.

Now, I want a chart where the X-Axis contains all the days (every day must be showed).
On the Y-Axis, the numbers must be shown (possible values between 0 and 1000).

The result must be like on http://www.telerik.com/DEMOS/ASPNET/Prometheus/Chart/Examples/Skinning/Bars/DefaultCS.aspx
On every day, there are three bars: CountA, CountB and CountTotal. That makes it 3 bars * 31 days: 93 bars on one chart.

Thanks in advance. Your help is really appriciated!

Regards
Mathias

2 Answers, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 28 May 2008, 01:04 PM
Hello Mathias,

You can find attached a sample page with RadChart showing dummy data in 3 bar series for a period of one month. Hope this helps.

All the best,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
mathias
Top achievements
Rank 1
answered on 28 May 2008, 01:26 PM
Super!

Thanks a lot for your time!
Tags
Chart (Obsolete)
Asked by
mathias
Top achievements
Rank 1
Answers by
Ves
Telerik team
mathias
Top achievements
Rank 1
Share this question
or