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.
Is there a way of hooking the click on a DataMarker? We are also displaying data in a Table so when the user clicks on the DataMarker I'd like to highlight the row in the Table
DGDurga Gopalakrishnan Syncfusion Team March 10, 2021 12:54 PM UTC
Hi Pat,
As mentioned in update, your requirement can be achieved usingpointClickevent. For more information about chart related events kindly check with below API reference link.
<script> function pointClick(args) { //.... } </script>