Example of Spline in ASP.NET Core StockChart Control
This sample uses spline series to visualize stock data. The tooltip and crosshair display information about the data and period.
DEMO
SOURCE
This example shows how to render and configure a stock chart to visualize stock data with a last value label using the e-stockchart-series-lastvaluelabel
option. A spline series is used by setting the series Type to Spline.
Tooltip
is enabled in this example. To see the tooltip in action, hover the chart or tap on it in touch enabled devices.
More information about the series type can be found in this documentation section.