Hi,
I am trying to render a Pie chart which has too many legend values which can't fit in a single page, hence chart needs to extend to multiple pages.
I have tried setting the following properties but couldn't get the desired results:
Page.UnlimitedHeight = true
chart.GrowToHeight = true
in the chart Before render event set this.chart1.Height = 80.0 (for example sake - but I have no way of knowing the exact height)
Stimulsoft WPF version: 2014.1.1900
Please find attached a sample report showing the problem.
Sample shows this problem with the Pie chart, but I have same problem with StiPieSeries, StiClusteredColumnSeries and StiLineSeries and need a fix.
All I want is if there are two many legend values to fit in one page then split/extend the chart to next (or multiple pages). Page could be A4/A3 and Protrait/Landscape etc.
For your advice please..
Thanks,
Sandeep
How to extend chart to multiple pages
How to extend chart to multiple pages
- Attachments
-
- Pie chart not extending to the next page
- Problem mulipage chart.JPG (93.4 KiB) Viewed 3318 times
-
- Problem Multiple Page chart.mrt
- Sample report showing Pie chart with large number of legends values to show
- (8.04 KiB) Downloaded 255 times
-
- Problem Mulipage chart.csv
- Sample data with say 300 data values..
- (7.33 KiB) Downloaded 268 times
Re: How to extend chart to multiple pages
Hello,
Unfortunately, this feature is not available for Chart component.
Please try to split your chart for several.
Thank you.
Unfortunately, this feature is not available for Chart component.
Please try to split your chart for several.
Thank you.
Re: How to extend chart to multiple pages
Hi Aleksey,
O thats a sad news for me. But would you please guide what do you mean by split chart for several?
Possible modify my sample code to show me the work around please?
Thanks,
Sandeep
O thats a sad news for me. But would you please guide what do you mean by split chart for several?
Possible modify my sample code to show me the work around please?
Thanks,
Sandeep
Re: How to extend chart to multiple pages
Hello,
A mean split your chart by several. One part of data in one chart, second part of data in second chart and etc depends by data count.
Thank you.
A mean split your chart by several. One part of data in one chart, second part of data in second chart and etc depends by data count.
Thank you.
Re: How to extend chart to multiple pages
Hi Aleksey, splitting the chart to several may not be an ideal solution as in that case charts will not give the true picture of our system health.
But I think we can live with this limitation for now.
But I think we can live with this limitation for now.
Re: How to extend chart to multiple pages
Hello,
Ok.
Let us know if you need any additional help.
Thank you.
Ok.
Let us know if you need any additional help.
Thank you.