Telerik UI for ASP.NET MVC Stock Charts Basic Usage

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
index.cshtml
IndexController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API
devcraft ninja image

The Stock Charts component is part of Telerik UI for ASP.NET MVC, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Description

The Telerik UI for ASP.NET MVC chart is a powerful data visualization component, which allows you to graphically represent your data. It is useful when you would like to utilize modern browser technologies such as SVG or Canvas (with a fallback to VML for older IE versions) for interactive data visualizations.

The component offers a variety of chart types such as area, bar, line, scatter, polar, radar, pie and donut, stock (OHLC) and many more.

The Stock Chart type, demonstrated in this example, can visualize the price movements of any financial instrument over the time. The chart describes the high, low, opening and closing prices for a single day by combining the Bar and Line charts. The High price is represented by the top of the upper thin line, while the Low price by the bottom of the lower line. The Open and Close prices are represented by the wide part (the body) of the item. If the close price is higher than the open price, the body is hollowed (usually colored white or green), otherwise it is filled (usually colored black or red).

The financial chart also offers zooming and scrolling functionality, which is exposed by the Navigator pane, located below the main chart.

The chart can fetch data for its series from either local or remote data source. You can find more information about the MVC chart in the product documentation.


Key Features of Telerik MVC Charts

  • Various Chart Types
  • A Number of Data Types
  • High Performance
  • Export to PDF
  • Simple-to-Customize Look and Feel
  • Rich Server and Client-side API
  • Server and Client-side Data Binding
  • Built-in Themes
  • Intuitive Built-in Animations
  • Multiple Series and Combination Charts
  • Plot Bands
  • Rich Cross-Browser and Mobile Support

More about Telerik MVC Charts.

Additional Apps

This Stock Charts example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources