In some Chart examples I find statements like this:
Pressing CTRL_Space behind the bracket lists those terms that might be inserted.
In other cases like
the item that is inserted ("setName") is not shown in the list.
Is there some systematics behind that? (Can't be random...)
Hours of searching was not enlightening.
B4X:
GetData=Series.RunMethod("getData",Null)
In other cases like
B4X:
Series.RunMethod("setName",Array As Object("My Portfolio"))
Is there some systematics behind that? (Can't be random...)
Hours of searching was not enlightening.