Click to See Complete Forum and Search --> : How to increase the length & width of the chart area.


vbnov
May 6th, 2010, 02:39 PM
Hi all,

I am using VS 2005 & Crystal Reports for .NET. I am able to successfully generate a bar chart. However I would like to increase the length of the chart area.

When there are only 5 - 8 rows, the chart looks nice. But on the other hand when there are 20 rows, the bars are so thin and is not very legible to read the values off of the chart.

Is there a way to dynamically increase the length & width based on the resultant number of rows?

Help is greatly appreciated.

Thanks

Ned Pepper
May 14th, 2010, 11:17 AM
only an objects width can be manipulated dynamically. (format->size and position->select the formula icon)
Another choice is to have multiple charts which you suppress based on the number of records/row returned by your query.