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.
Please help me to get rid of "high" and "low" data labels in Range Column chart and instead of that I need a single text( for instance only high value or a custom value).
DDDharanidharan Dharmasivam Syncfusion Team January 25, 2019 06:11 AM UTC
Hi Jsu,
Greetings from Syncfusion.
We have analyzed your query. Your requirement can be achieved using the TextRender event. The event will be triggered for each label and here you can customize the text based on your requirement. We have displayed only the high value. Find the code snippet below to achieve this requirement.