Blazor Inversed Spline Chart Example.
This sample showcases an inversed spline chart depicting stock market capitalization as a percentage of GDP by country, with enhanced interactivity through markers and tooltips.
In this example, you can see how to render and configure inversed spline type charts using the isTransposed
property. A spline chart uses a curved line to connect points in a data series.
ChartMarkers
are used to represent individual data points and their values.
Tooltip
is enabled in this example. To see a tooltip in action, hover over or tap on the chart.