I am creating a report that shows client ticket status on a Chart control in SSRS. The problem is, when the number of clients are less, data fits perfectly on the chart but when the number of client records exceeds 20, chart tries to fit everything on it and the data is not properly readable.
I want to split my data in such a way if the number of records exceeds the maximum limit of the chart it splits into two.