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

basic question on chart but i'm new

1 Answer 41 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Myriam
Top achievements
Rank 1
Myriam asked on 03 Dec 2008, 08:00 PM
Hello
I would like to be able to do a chart with 3 fields.
Let me explain
I have many enterprises who can receive many cv for a job. I would like to make a chart displaying how many receiveing each enterprise has for each month of the year..
How can I do that please
Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 09 Dec 2008, 08:42 AM
Hi Myriam,

Following your description I would recommend you to set up a simple Bar chart of three DataSeries, each of them with twelve DataPoint objects or less. Each data series would represent the data for a company and each DataPoint would represent the number of CVs that the company has got within a specific month.

For information about the different chart types of RadChart please refer to our online help system at http://www.telerik.com/help/aspnet-ajax/understandingtypes.html . Information about the databinding mechanisms supported by RadChart you can find at http://www.telerik.com/help/aspnet-ajax/building.html.

After you have populated your chart with data you might want to have string representation for months instead of integers. In this case you should set the AutoScale property of the X Axis to false and then manually populate the ChartAxisItemsCollection with the desired strings. This scenario is better explained  here.

I hope this will be enough to sort this out. Let us know if something else comes up.

Best wishes,
Velin
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Myriam
Top achievements
Rank 1
Answers by
Velin
Telerik team
Share this question
or