Example of Inversed Spline in ASP.NET MVC Chart Control
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.
DEMO
SOURCE
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.
Markers
are used to represent individual data points and their values.
Tooltip
is enabled in this example. To see the tooltip in action, hover over or tap on the chart.
More information on the spline series can be found in this documentation sectionopens in a new tab.