Difference between revisions of "ChartView.LoadFromListbox"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (10 revisions imported) |
(8 intermediate revisions by 2 users 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.