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.
Hi! There are three series added to my SfChart (Column, RangeArea and Spline Series) and the Legend with ToggleSeriesVisibility=true.When user clicks on the Legend labels, turning series on and off, everything works fine from visual perspective. But I'd like to get notification on this actions somehow, and the series' IsVisible property stays 'true' even no chart series are actually visible on chart. So there is no way for me to check programmatically which series is shown/hidden.Thanks.