ChartView.LoadFromListbox
From Jeremie Leroy - XOJO Controls Wiki
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.