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.
We have a Pie Chart with lots of data points (about 50). Is there a way to programmtically disable all of them so users can select which ones to view? ie. like clicking the legend to hit an individual one
DGDurga Gopalakrishnan Syncfusion Team June 13, 2021 02:30 PM UTC
Hi Declan,
We have an option to select a specific point at initial rendering using AccumulationChartSelectedDataIndex property. You can select any point after chart has been rendered. Please check with the below snippet and screenshot.