Example of Area in ASP.NET Core StockChart Control
This sample uses area series to visualize stock data. Crosshair display information about the data and period.
DEMO
SOURCE
In this example, you can see how to render and configure stock chart to visualize the stock data with area series. Use series Type as Area to render a 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.
More information about the series type can be found in this documentation section.