UI for ASP.NET Core
The Navigator is a part of the ASP.NET Core Stock Chart component. It lets users navigate all the information in the chart by jumping to a date they find interesting and narrowing down the time period to see fine-grained details and extract valuable information. Following you specific app requirements, you can easily position the Navigator on top or at the bottom of the Stock Chart.
See the Telerik UI for ASP.NET Core StockChart Navigator demo
The ASP.NET Core Stock Chart is a combination of Line and Candlestick charts, representing historical stock prices. The Low and High prices of the stock for the period are represented by the bottom and top values of the vertical line, while the Open and Close prices are represented by the bottom and top values of the candlestick bar. The rise or fall of the Open and Close prices is indicated by the color of the candlestick, so you can analyze the data with one quick look.
The Stock Chart has several built-in themes, including Default (our own styling), Material (based on the Material Design guidelines), Bootstrap (which looks like the Bootstrap styling) and Fluent (based on Microsoft Fluent UI). You can easily customize any of the out-of-the-box themes with a few lines of CSS or create a new theme to match your colors and branding by using the Telerik SASS ThemeBuilder application.