Example of DataLabel Template in ASP.NET Core Chart Control
This sample illustrates data label template support in charts. Each data label for each point is rendered using the template.
DEMO
SOURCE
The ASP.NET Core Charts data label template feature allows you to change the appearance and behavior of the data label for each data point using the Template property in ChartDataLabel.
More information on the data label template can be found in this documentation section.