Example of Step Without Riser in ASP.NET Core Chart Control
This Step Area Chart example visualizes the sales data of a product over a 50-year period using the default step area series without risers.
DEMO
SOURCE
In this example, you can see how to render and configure a step area chart without vertical risers. The NoRisers
feature allows the series to appear as a continuous flow without showing vertical lines between points. This approach can be useful for highlighting trends without the distraction of risers.
More information on the step area series can be found in this documentation sectionopens in a new tab.