B4X:
ScrollView1.Panel.AddView(chartalt, 0, 0, 100%x, 300dip)
throws an error. xChart cannot be converted into view.
How can I put a chart on a scrollview? Or is there any other method to put 4 xcharts on a scrollable panel (or whatever that scrolls)?
I need 4 charts because the values on the y-axis are totally different.