Example of Line in ASP.NET Core Chart Control
This ASP.NET Core Line Chart example represents the crude steel production annual growth data with default line series in the chart. Data points are enhanced with markers and tooltips.
DEMO
SOURCE
ASP.NET Core Line Chart represents and visualizes time-dependent data to show the trends at equal intervals. In this example, you can see how to render and configure a line chart. Markers
are used to represent individual data and its values.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the line series can be found in this documentation section.