Example of Spline Area in ASP.NET MVC Stock Chart Control
This sample uses spline area series to visualize stock data. Crosshair display information about the data and period.
In this example, you can see how to render and configure stock chart to visualize the stock data with spline area series. Use series Typeopens in a new tab as SplineArea to render a spline area series.
Crosshair
is enabled in this example. To see the crosshair in action, hover the chart or tap on it in touch enabled devices. The SnapToData
property snaps the crosshair to the nearest data point instead of following the exact mouse position, providing a more precise focus on data points.
More information about the series type can be found in this documentation sectionopens in a new tab.