How to add 4 charts on the same form using a tablelayout. i tried adding a chart to a container nothing comes out. please help
Asked
Active
Viewed 51 times
-1
-
Show what you have tried so far. Any error messages? Show them. – Wain Feb 27 '15 at 13:39
1 Answers
0
The charts return no preferred size so the layout code sizes them to zero. This was fixed for the next update but you probably won't get what you want here.
I'm assuming that what you want to use is a 2x2 grid layout which will give every cell exactly the same size. Alternatively you can add the charts with a TableLayout
constraint that gives it 50% width/height so it occupies the space properly.

Shai Almog
- 51,749
- 5
- 35
- 65