EJSC.BarPoint

       

Hierarchy                Properties

 

BarPoint is used to store an X,Y point value (and optionally user defined data).  This is used in the EJSC.BarSeries class to store data for each bar to be drawn on the chart.  This object is created automatically once data is made available via a EJSC.DataHandler descendant.  BarPoint objects should generally not be created manually.

 

The constructor expects the X and Y value as well as the EJSC.BarSeries which owns the point and optionally (leave null if not used) a userdata string value.

 

Constructor

 

       EJSC.BarPoint( float x, float y, string userdata, EJSC.BarSeries owner )