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.
For example, when plotting live data, I want my y-axis to always be between 0 and 10000, unless data goes above 10000. Then I want it to adjust in intervals of 1000. As data disappears from the live series, if all points all go below 10000, I want the maximum to reset to 10000. Is this possible?
MKMuneesh Kumar G Syncfusion Team August 12, 2019 09:57 AM UTC
Hi Ben,
Greetings from Syncfusion.
We have analyzed your requirement and you can achieve this by raising ActualRangeChanged event in secondaryaxis and update the e.ActualMaximum value based on your condition as per the below code snippet.