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.
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.
Injecting Module
Chart component features are segregated into individual feature-wise modules. To use step area series, you need
to inject the StepAreaSeries
module using the Chart.Inject(StepAreaSeries)
method.
More information on the step area series can be found in this documentation section.