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

Example of Lazy Loading in ASP.NET Core Chart Control

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

DEMO
SOURCE
Lazy Load type:
Minimum:
Maximum:
PointLength

In this example, you can see how to load data for chart on demand. Chart will fire the scrollEnd event, in that can udpate the chart with required data based on point length and axis range. ScrollBar is enabled in the sample and ScrollBar module injected to the chart.

More information on the Trend Lines can be found in this documentation section.