Is there a way to automatically size a chart based on data?
Is there a way to automatically size a chart based on data?
Specifically, I have a Gantt chart I want to display. The number of rows of data could be anything from 1-50; for just one row I want a small height on the chart so it doesn't look bulky, while with many rows I want a larger height so that they can be seen clearly. Is there a way to re-size a Gantt chart based on how many rows of data we have? Width should not change, and it can be within a min/max height. In a pinch, just setting it to min or max height would be workable.
Re: Is there a way to automatically size a chart based on da
It's possible to change chart's size in the Before Print event.Morgan wrote:Specifically, I have a Gantt chart I want to display. The number of rows of data could be anything from 1-50; for just one row I want a small height on the chart so it doesn't look bulky, while with many rows I want a larger height so that they can be seen clearly. Is there a way to re-size a Gantt chart based on how many rows of data we have? Width should not change, and it can be within a min/max height. In a pinch, just setting it to min or max height would be workable.
Please, look at the attached report template. Thank you.