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

Splitting a chart over multiple pages

1 Answer 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 08 Jul 2010, 10:44 AM
Hi,

I have a horizontal bar chart which is currently sized to a full page size. It works fine for about 40 bars but looks too cramped for more. How can I get a chart to split into multiple pages?

Many thanks,
Jason

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 12 Jul 2010, 06:43 PM
Hi Jason,

By default we try to keep the chart image whole on a single page. Cutting off image is not a good presentation and not what people usually look for, but if your scenario allows it, you can achieve this by making the page width, height smaller than the chart itself.
According to your inquiry, the chart looks overwhelmed with bars so you might want to decrease the number of XAxis labels and item Label when more data is plotted. This can be achieved by binding the chart through the NeedDataSource event and using the XAxis.LabelStep and item.Label properties to "filter" the data it shows.

Kind regards,
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
Jason
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or