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.
I have 2 questions:
1. How can I clear all data from an existing chart. Currently, I am using:
mychart.dispose
redim mychart
but this is really slow. I am looking for the equivalent (say for a string variable) of
stringvar = "".
2. How can I get access to the actual ranges as they appear on the chart. When I use
mychart.PrimaryYAxis.Range.min, this gets some kind of internal scaling, and not the actual scaling as it appears on the chart after it has been displayed.
Thanks,
Bill