Example of Line in ASP.NET MVC Chart Control
This ASP.NET MVC Line Chartopens in a new tab example represents the crude steel production annual growth data with default line series in the chart. Data points are enhanced with markers and tooltips.
ASP.NET MVC 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 over or tap on the chart. The EnableHighlight
property in the tooltip allows the corresponding series to be highlighted when a data point is hovered over.
The showNearestTooltip
property displays tooltips for the nearest data point to the cursor.
More information about the line series can be found in this documentation sectionopens in a new tab.