|
GaugePoint is used to store an X point value (and optionally a label). This is used in the EJSC.GaugeSeries class to store data the gauge indicator. This object is created automatically once data is made available via a EJSC.DataHandler descendant. GaugePoint objects should generally not be created manually.
The constructor expects the X value as well as the EJSC.GaugeSeries which owns the point and optionally (leave null if not used) a label string value.
Constructor
EJSC.GaugePoint( float x, string label, EJSC.GaugeSeries owner ) |