EJSC.XMLDataHandler

       

Hierarchy                Properties                Methods                Events

 

XMLDataHandler loads the requested XML file, determines the format (Full, Short or Compact) and extracts the data points into a format that the Series classes can manipulate.

 

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

 

Constructor

 

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

 

Example

 

var myDataHandler = new EJSC.XMLDataHandler(

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

);

 

 

Formats:

 

The XMLDataHandler supports three formats:

 

Full
Short
Compact