Blazor Chart with StripLine Recurrence Example.
This sample shows how to repeat a strip line in a chart.
Properties
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 StartFromAxis, Size, IsRepeat, and RepeatEvery 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 section.