Example of Multiple Series in ASP.NET Core StockChart Control
This sample visualizes the close value of multiple stock. Crosshair show the information about the data and period.
In this example, you can see how to render and configure stock chart to visualize the data for multiple stock. Stock Chart supports 6 major types of series namely Line
, Spline
, Hilo
, HiloOpenClose
, Hollow Candle
and Candle
. By using the series dropdown button in period selector you can navigate between the above listed series types.
The legend is enabled, and you can use it to toggle the visibility of series in the stock chart. To customize the legend in the stock chart, use the StockChartLegendSettings
property.
More information about the series type can be found in this documentation section.