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

Split a large bar chart into multiple charts

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 03 Jul 2011, 11:42 PM
Hello,

I am trying to split a large bar chart into multple bar charts. Here is the scenario:

I have a result set that returns 150 records (for example).
I want to display this data on a bar chart but it is too much for one chart, so I only want to show 15 items per bar chart.
Each page will only display one bar chart.
So, what I would like the result to be is a 10 page report, each page being a bar chart that shows 15 items.

Is this possible to do with just the designer or do I need to write some code? Either way I need to do it could you give me some suggestions on how to get started?

Thanks,

Brian

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 04 Jul 2011, 09:47 AM
Hello Brian,

There is no out of the box functionality for what you ask for and in fact you would have to do everything manually (with code) i.e. you should place the desired number of charts into the report and prepare the data source for each of them.

Greetings,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Brian
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or