|
FloatingBarPoint is used to store X and min and max Y, or Y and min and max X values for use with a EJSC.FloatingBarSeries. This information is used by the EJSC.FloatingBarSeries 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. FloatingBarPoint objects should generally not be created manually.
The constructor expects the X, Y, min and max values as well as the EJSC.BarSeries which owns the point and optionally (leave null if not used) a label and a userdata string value.
Constructor
EJSC.FloatingBarPoint( float x, float y, float min, float max, string label, string userdata, EJSC.FloatingBarSeries owner ) |