Blazor Step Chart

    The Ignite UI for Blazor Step Chart belongs to a group of category charts that render as a collection of points connected by continuous vertical and horizontal lines. Values are represented on the y-axis and categories are displayed on the x-axis. Step Chart emphasizes the amount of change over a period of time or compares multiple items.

    Blazor Step Area Chart

    You can create Blazor Step Area Chart in the IgbCategoryChart control by setting ChartType property to StepArea enum, as shown in the example below.

    Blazor Step Line Chart

    The Blazor Step Line Chart is very similar to Step Area Chart, except that the area below lines are filled in.

    You can create Step Line Chart in the IgbCategoryChart control by binding your data and setting ChartType property to StepLine value, as shown in the example below.

    Blazor Step Chart Styling

    If you need Step Charts with more features such as composite other series, you can configure the MarkerTypes, MarkerBrushes, MarkerOutlines, lines' Brushes, and lines' Outlines properties on the IgbCategoryChart control as demonstrated below.

    Additional Resources

    You can find more information about related chart types in these topics:

    API References

    The following table lists API members mentioned in the above sections: