EJSC.Series.delayLoad
See Also
EXPERIMENTAL
Definition
boolean delayLoad = true
Description
This property allows a series to force its data handler to begin data retrieval as soon as it is added to a chart. When set to false, the series will initiate data retrieval as soon as it is added to a chart. When true, the data retrieval is initialized when the series first needs to draw. |