Example of Dashed Line in ASP.NET MVC Chart Control
This sample illustrates global population trends from 1950 to 2100, with solid lines representing historical data and dashed lines for projections.
DEMO
SOURCE
In this example, you will see how to render and configure the line chart. Line charts are used to represent time-dependent data, showing trends in data at equal intervals. You can use DashArrayopens in a new tab, Widthopens in a new tab and Fillopens in a new tab properties to customize the line.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information about the line series can be found in this documentation sectionopens in a new tab.