Hallo Support,
I am trying to generate a chart in c# code which should be printed over 2 or more pages (see screenshot). What I'd like to have (if possible) is to set the width for all columns and then have the chart automatically grow downwards, extending over more than 1 page as required.
Can you please tell me how this can be achieved.
Many thanks,
John K.
Chart which extends over more than 1 page
Chart which extends over more than 1 page
- Attachments
-
- 1128.S1.jpg (62.15 KiB) Viewed 3545 times
Chart which extends over more than 1 page
Hello, John.
Thank you.
Please, try to set the 'Unlimited Height' property of the Page to True.jkitching wrote:I am trying to generate a chart in c# code which should be printed over 2 or more pages (see screenshot). What I'd like to have (if possible) is to set the width for all columns and then have the chart automatically grow downwards, extending over more than 1 page as required.
Can you please tell me how this can be achieved.
Thank you.
Chart which extends over more than 1 page
Hallo support,
I set the 'Unlimited Height' property to true but it didn't produce the desired result. The texts on the y-axis are still too squashed and when I make either the chart too long or the databand it resides in then I get this: "Exception of type 'System.OutOfMemoryException' was thrown." It ends up in an endless loop.
Is there any way to exactly define how wide each bar must be in the chart?
Regards,
John K.
I set the 'Unlimited Height' property to true but it didn't produce the desired result. The texts on the y-axis are still too squashed and when I make either the chart too long or the databand it resides in then I get this: "Exception of type 'System.OutOfMemoryException' was thrown." It ends up in an endless loop.
Is there any way to exactly define how wide each bar must be in the chart?
Regards,
John K.
Chart which extends over more than 1 page
Hello,
In this case, you can set the Height property of the chart component depending on the count records in datasource.
Thank you.
In this case, you can set the Height property of the chart component depending on the count records in datasource.
Thank you.
- Attachments
-
- 1129.SampleReport.mrt
- (11.5 KiB) Downloaded 445 times
Chart which extends over more than 1 page
Hallo Aleksey,
I thought it would be this way. I've now implemented it so and it works ok.
Thanks and regards,
John K.
I thought it would be this way. I've now implemented it so and it works ok.
Thanks and regards,
John K.
Chart which extends over more than 1 page
Hello,
We are always glad to help you!
Let us know if you need any additional help.
Thank you.
We are always glad to help you!
Let us know if you need any additional help.
Thank you.