I have to display pie charts on a table layout panel, which I'm able to. The thing is that it is filling all the rows in the table layout..
I need it to be displayed like this:
PieChart1 PieChart2 PieChart3
PieChart4
PieChart5 PieChart6
PieChart7 PieChart8 PieChart9
PieChart10
Instead I am getting:
PieChart1 PieChart2 PieChart3 PieChart4
PieChart5 PieChart6 PieChart7 PieChart8
PieChart9 PieChart10
any idea how i can do that?
i tried to explain as best as i could, if its not clear please do let me know.
I need it to be displayed like this:
PieChart1 PieChart2 PieChart3
PieChart4
PieChart5 PieChart6
PieChart7 PieChart8 PieChart9
PieChart10
Instead I am getting:
PieChart1 PieChart2 PieChart3 PieChart4
PieChart5 PieChart6 PieChart7 PieChart8
PieChart9 PieChart10
any idea how i can do that?
i tried to explain as best as i could, if its not clear please do let me know.