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

Chart in report and pageBreaks

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Roman Kharko
Top achievements
Rank 1
Roman Kharko asked on 06 May 2010, 11:53 AM

I want to make a report with lot of data on chart, I have datasource which defines up to 30 series each series has up to 500 items

How to define pagebreak, so I have several pages with charts , such way that on each chart is displayed only max 20 items from each serie

See On picture details section contains two legends: One legend is provided by Telerik.Chart, and the legend on bottom is my control

When list of items in serie is very long it does not look good on a single page.

1) I have implemented approach of using event OnNeedDataSource to bind data for chart,how to use it with pagebreaks ?

2) I want also to remove text labels on each item of serie - can you tell where I shoud modify value, because series are populated after event OnNeedDataSource. Is it possible to setup in design time even when there is no series?

3)Gradient colors I want to replace with solid color - I have changed everything in designer to be 'Solid' FillStyle but report is still displaying gradient,does it depends on my usage of custom palette ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 11 May 2010, 04:58 PM
Hello Roman Kharko,

There is no out of the box solution for your exact scenario. The only way to achieve series break functionality is to create the Charts dynamically and bind them to preliminary prepared data to populate the Chart Series with only 20 items.

Greetings,
Peter
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
Roman Kharko
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or