EJSC.Series.autosort
See Also
|
Definition
boolean autosort = true
Description
Defines whether the series applies the appropriate sort to points prior to drawing. Drawing routines are generally optimized to accept data in a certain order and this property eliminates the need for the developer to worry about that order prior to sending data to the series. If set to false, the data must be properly ordered beforehand in order to ensure the series renders correctly.
Note: May not be applicable to all series (i.e. EJSC.PieSeries, EJSC.AnalogGaugeSeries) |