Example of Stripline in ASP.NET MVC Chart Control
This sample displays the changes in wind speed and gust with stripline feature.
DEMO
SOURCE
In this example, you can see how to render and configure a strip line for the chart. Use the Start
and End
properties in the ChartStripline
option to add a strip line to an axis. Additionally, the title for the chart can be positioned anywhere in the chart by using the Position
property in TitleStyle
.
Tooltip
is enabled in this example, to see the tooltip in action, hover a point or tap one on touch-enabled devices.
More information on the strip line can be found in this documentation sectionopens in a new tab.