EJSC.CSVFileDataHandler

       

Hierarchy                Properties                Methods                Events

 

CSVFileDataHandler loads the requested csv file and extracts the data points into a format that the Series classes can manipulate.

 

The constructor expects the URL to the csv data file and an optional set of object properties.

 

Constructor

 

       EJSC.CSVFileDataHandler( string url [, object options] )

 

Example

 

var myDataHandler = new EJSC.CSVFileDataHandler(

       "http://www.ejschart.com/data.csv"

);