This sample illustrates lazy laoding
feature in chart. Loads data for chart on demand.
Lazy Load
|
|
Min
|
|
Max
|
|
Point Length
|
In this example, you can see how to load data for chart on demand. Chart will fire the scrollEnd
event, in which you can udpate the chart with required data based on point length and axis range.
ScrollBar
is enabled in the sample.