How to extend chart to multiple pages
Posted: Fri Sep 19, 2014 4:56 am
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
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