Syncfusion.AspNetMvc.Charts
34.2.5
Prefix Reserved
dotnet add package Syncfusion.AspNetMvc.Charts --version 34.2.5
NuGet\Install-Package Syncfusion.AspNetMvc.Charts -Version 34.2.5
<PackageReference Include="Syncfusion.AspNetMvc.Charts" Version="34.2.5" />
<PackageVersion Include="Syncfusion.AspNetMvc.Charts" Version="34.2.5" />
<PackageReference Include="Syncfusion.AspNetMvc.Charts" />
paket add Syncfusion.AspNetMvc.Charts --version 34.2.5
#r "nuget: Syncfusion.AspNetMvc.Charts, 34.2.5"
#:package Syncfusion.AspNetMvc.Charts@34.2.5
#addin nuget:?package=Syncfusion.AspNetMvc.Charts&version=34.2.5
#tool nuget:?package=Syncfusion.AspNetMvc.Charts&version=34.2.5
Syncfusion® ASP.NET MVC Charts
The Syncfusion® ASP.NET MVC Charts component is a well-crafted charting package that is used to visualize data in graphical format. It contains a rich collection of chart types such as line, area, bar, pie, histogram, financial charts, and more. The Accumulation Chart (pie, donut, funnel, pyramid) is also part of this package.
Key Features
- 50+ chart types including Line, Area, Column, Bar, Pie, Donut, Scatter, Bubble, Hilo, Waterfall, Box & Whisker, and more
- Interactive features: zooming, panning, crosshair, trackball, and tooltip
- Multiple axes, multi-level labels, striplines, and technical indicators for financial charts
- Data labels, annotations, and trendlines
- Export to PNG, JPEG, SVG, and PDF
- Localization, RTL, and accessibility support
Common Setup
These setup steps are required only once for your application, regardless of which Syncfusion components you use.
1. Install Base NuGet Package
Install-Package Syncfusion.AspNetMvc.Charts
2. Add Namespace Reference
Edit Web.config under the Views folder and add the Syncfusion.EJ2 namespace:
<namespaces>
<add namespace="Syncfusion.EJ2"/>
</namespaces>
3. Add Stylesheet & Script References
In your layout file (~/Views/Shared/_Layout.cshtml), add the following in the <head> section:
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewBag.Title - Syncfusion Application</title>
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/34.2.5/fluent2.css" />
<script src="https://cdn.syncfusion.com/ej2/34.2.5/dist/ej2.min.js"></script>
</head>
4. Register Script Manager
At the end of the <body> tag in your layout file (~/Views/Shared/_Layout.cshtml):
<body>
@RenderBody()
@Html.EJS().ScriptManager()
</body>
Quick Start
Step 1: Add the ASP.NET MVC Chart Control
Add the Syncfusion® ASP.NET MVC Chart control to the ~/Views/Home/Index.cshtml page.
@Html.EJS().Chart("container").Render()
Step 2: Run the Application
Press Ctrl+F5 to run the application in your browser.
Documentation
Support
License
This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA
About Syncfusion®
Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:
Web: Blazor | ASP.NET MVC | ASP.NET MVC | JavaScript | Angular | React | Vue
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com
sales@syncfusion.com | Toll Free: 1-888-9-DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 13.0.3)
- Syncfusion.AspNetMvc.Base (>= 34.2.5)
- Syncfusion.EJ2.JavaScript (>= 34.2.5)
- Syncfusion.Licensing (>= 34.2.5)
- Syncfusion.Telemetry (>= 34.2.5)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Syncfusion.AspNetMvc.Charts:
| Package | Downloads |
|---|---|
|
Syncfusion.AspNetMvc.StockChart
Syncfusion® ASP.NET MVC Stock Chart control is a specialized financial chart for visualizing stock market data with support for OHLC (Open-High-Low-Close) and Candlestick chart types. It includes built-in technical indicators (SMA, EMA, MACD, Bollinger Bands, RSI, Stochastic, ATR, etc.), trendlines, period selectors, range selectors, crosshair, trackball, zooming and panning, tooltip, and logarithmic axis. It is the ideal choice for building stock trading dashboards, financial analytics, and market data applications on ASP.NET MVC. |
|
|
Syncfusion.AspNetMvc.Chart3D
Syncfusion® ASP.NET MVC 3D Chart control enables developers to create stunning three-dimensional chart visualizations for data-driven ASP.NET MVC web applications. It supports 3D versions of popular chart types including Column, Bar, Stacked Column, Stacked Bar, and 100percentage Stacked charts. The control provides features like 3D rotation, tilt, depth configuration, legends, data labels, tooltips, and multiple axis support, making it ideal for analytics dashboards and business intelligence applications. |
|
|
Syncfusion.AspNetMvc.CircularChart3D
Syncfusion® ASP.NET MVC Circular Chart 3D control provides a three-dimensional representation of circular charts such as Pie and Doughnut charts for ASP.NET MVC web applications. It supports features like 3D depth, tilt, rotation, explode effects, data labels, legends, tooltips, and animation. This control is designed to give a visually rich and engaging representation of part-to-whole data relationships in dashboards, reports, and analytics applications. |
|
|
Syncfusion.AspNetMvc.RangeNavigator
Syncfusion® ASP.NET MVC Range Navigator is a data visualization control used to select a sub-range of data for display in a companion chart or report. It renders a miniature chart (line or area) within a scrollable range selector, allowing users to zoom in on specific time periods or data ranges interactively. It supports DateTime, numeric, and logarithmic axis types, tooltips, labels, and synchronization with other chart controls, making it ideal for financial, stock, and time-series dashboards in ASP.NET MVC applications. |
|
|
Syncfusion.AspNetMvc.Smithchart
Syncfusion® ASP.NET MVC Smith Chart control is a specialized data visualization tool used in RF (Radio Frequency) and microwave engineering to plot the complex impedance of transmission lines and matching networks. It renders both impedance (Z) and admittance (Y) Smith Charts and supports multiple series, data labels, tooltips, legends, grid lines, and responsive design. It is ideal for RF circuit design, antenna analysis, and telecommunications engineering applications built on ASP.NET MVC. |
GitHub repositories
This package is not used by any popular GitHub repositories.