Difference between revisions of "ChartView.LoadFromListbox"
From Jeremie Leroy - XOJO Controls Wiki
m (10 revisions imported) |
|
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 13:21, 6 August 2015
Method
ChartView.LoadFromListbox ( List As Listbox, Init As Boolean = False, ForceFirstColumnAsLabels As Boolean = True )
Loads the chart directly from a Listbox.
If Init is True, the Init function will be called before loading the Data. If ForceFirstColumnAsLabels is True, the First column will be treated as the X-Axis data labels.