Example of Strip Line Recurrence in ASP.NET MVC Chart Control
This sample shows how to repeat a strip line in a chart.
DEMO
SOURCE
X Axis Striplines:
|
|
Y Axis Striplines:
|
|
In this example, you can see how to render and configure a strip line for the chart. To repeat the strip line, you need to set the StartFromAxisopens in a new tab, Sizeopens in a new tab, IsRepeatopens in a new tab and
RepeatEveryopens in a new tab properties accordingly in ChartStripline
.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap one on touch-enabled devices.
More information about the stripline can be found in this documentation sectionopens in a new tab.