• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Lazy Loading in ASP.NET MVC Chart Control

This sample illustrates lazy laoding feature in chart. Loads data for chart on demand.

DEMO
SOURCE
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.