The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
In a chart, is it possible to determine how many items will be visible, e.g. only 10 candles can be seen, and only load that number of items from a data source as scrolling is not required?
SASanthiya Arulsamy Syncfusion Team July 5, 2016 12:56 PM UTC
Hi Ron,
Thanks for contacting Syncfusion Support.
We can able to determine the visible items by configuring the visible minimum and maximum in the ActualRangeChanged event of chart axis. In this case no need to modify the collection which bound to chart series ItemsSource property. Please provide more information/use case on your requirement, it will helpful to serve you a better solution.