Blazor step line chart is like a line chart expect that data is connected through vertical and horizontal lines, which show step like progress. Supports features like zooming, panning, animation, and dynamic updates.
Allows you to plot multiple series in a single chart to compare different data sets. Enabling legend and tooltip gives more information about the individual series.
Marks data points with built-in shapes such as circles, rectangles, ellipses, vertical lines, horizontal lines, diamonds, triangles, and pentagons. In addition to these shapes, use images to make the point more attractive.
Data labels display information about data points. Add a template to display data labels with HTML elements such as images, DIV, and spans for more informative data labels. You can rotate a data label by its given angle.
Use multiple axes to plot different data sets that widely vary from one other.
Enable zooming and panning support when dealing with large amount of data to visualize the data point in any region.
Create and update the Blazor Stepline Chart with live data that changes over seconds or minutes.
Handle the missed data elegantly with empty points support.
The Blazor Stepline Chart can be transposed vertically to view the data in a different perspective.
Customize the color, thickness, and dash array of the Blazor Stepline Chart using built-in APIs.