![]() |
VOOZH | about |
dotnet add package Syncfusion.Blazor.StockChart --version 33.2.13
NuGet\Install-Package Syncfusion.Blazor.StockChart -Version 33.2.13
<PackageReference Include="Syncfusion.Blazor.StockChart" Version="33.2.13" />
<PackageVersion Include="Syncfusion.Blazor.StockChart" Version="33.2.13" />Directory.Packages.props
<PackageReference Include="Syncfusion.Blazor.StockChart" />Project file
paket add Syncfusion.Blazor.StockChart --version 33.2.13
#r "nuget: Syncfusion.Blazor.StockChart, 33.2.13"
#:package Syncfusion.Blazor.StockChart@33.2.13
#addin nuget:?package=Syncfusion.Blazor.StockChart&version=33.2.13Install as a Cake Addin
#tool nuget:?package=Syncfusion.Blazor.StockChart&version=33.2.13Install as a Cake Tool
The Blazor Stock Chart Component is a comprehensive financial charting solution for Blazor applications. It enables interactive visualization of stock prices and time-series data using candlestick, OHLC, and other chart types, with built-in support for zooming, panning, technical indicators, and real-time data binding.
Components/App.razor or App.razor file.wwwroot/index.html file.<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>
Program.cs file.using Syncfusion.Blazor;
builder.Services.AddSyncfusionBlazor();
<SfStockChart Title="AAPL Historical">
<StockChartSeriesCollection>
<StockChartSeries DataSource="@StockDetails" Type="Syncfusion.Blazor.Charts.ChartSeriesType.Candle" XName="Date" YName="Close" High="High" Low="Low" Open="Open" Close="Close" Volume="Volume"></StockChartSeries>
</StockChartSeriesCollection>
</SfStockChart>
@code {
public class ChartData
{
public DateTime Date { get; set; }
public Double Open { get; set; }
public Double Low { get; set; }
public Double Close { get; set; }
public Double High { get; set; }
public Double Volume { get; set; }
}
public List<ChartData> StockDetails = new List<ChartData>
{
new ChartData { Date = new DateTime(2012, 04, 02), Open= 85.9757, High = 90.6657,Low = 85.7685, Close = 90.5257,Volume = 660187068},
new ChartData { Date = new DateTime(2012, 04, 09), Open= 89.4471, High = 92,Low = 86.2157, Close = 86.4614,Volume = 912634864},
new ChartData { Date = new DateTime(2012, 04, 16), Open= 87.1514, High = 88.6071,Low = 81.4885, Close = 81.8543,Volume = 1221746066},
new ChartData { Date = new DateTime(2012, 04, 23), Open= 81.5157, High = 88.2857,Low = 79.2857, Close = 86.1428,Volume = 965935749},
new ChartData { Date = new DateTime(2012, 04, 30), Open= 85.4, High = 85.4857,Low = 80.7385, Close = 80.75,Volume = 615249365},
new ChartData { Date = new DateTime(2012, 05, 07), Open= 80.2143, High = 82.2685,Low = 79.8185, Close = 80.9585,Volume = 541742692},
new ChartData { Date = new DateTime(2012, 05, 14), Open= 80.3671, High = 81.0728,Low = 74.5971, Close = 75.7685,Volume = 708126233},
new ChartData { Date = new DateTime(2012, 05, 21), Open= 76.3571, High = 82.3571,Low = 76.2928, Close = 80.3271,Volume = 682076215},
new ChartData { Date = new DateTime(2012, 05, 28), Open= 81.5571, High = 83.0714,Low = 80.0743, Close = 80.1414,Volume = 480059584}
};
}
This is a commercial product and requires a paid license for possession or use. Review the Syncfusion® EULA.
Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:
Desktop: WinForms | WPF | WinUI
Learn more at www.syncfusion.com.
| Toll Free: 1-888-9-DOTNET
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Syncfusion.Blazor.StockChart:
| Package | Downloads |
|---|---|
|
Jakar.Extensions.Blazor.Syncfusion
Extensions to aid in development. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 33.2.13 | 76 | 6/16/2026 |
| 33.2.12 | 206 | 6/9/2026 |
| 33.2.10 | 168 | 6/2/2026 |
| 33.2.8 | 176 | 5/26/2026 |
| 33.2.7 | 162 | 5/19/2026 |
| 33.2.6 | 182 | 5/12/2026 |
| 33.2.5 | 222 | 5/4/2026 |
| 33.2.4 | 182 | 4/27/2026 |
| 33.2.3 | 459 | 4/21/2026 |
| 33.1.49 | 534 | 4/13/2026 |
| 33.1.47 | 180 | 4/6/2026 |
| 33.1.46 | 158 | 3/30/2026 |
| 33.1.45 | 194 | 3/23/2026 |
| 33.1.44 | 657 | 3/16/2026 |
| 32.2.9 | 288 | 3/9/2026 |
| 32.2.8 | 205 | 3/2/2026 |
| 32.2.7 | 197 | 2/23/2026 |
| 32.2.5 | 177 | 2/16/2026 |
| 32.2.4 | 448 | 2/10/2026 |
| 32.2.3 | 579 | 2/5/2026 |