Difference between revisions of "ChartView.LoadFromCSV"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
(No difference)

Revision as of 23:38, 11 May 2013

Method
ChartView.LoadFromCSV ( Data As String, Init As Boolean = False, Separator As String = ",", ForceFirstColumnAsLabels As Boolean = True )


Loads the chart from a CSV file.

If Init is True, the Init function will be called before loading the Data. The Separator can be any character. If ForceFirstColumnAsLabels is True, the First column will be treated as the X-Axis data labels.