Blazor Stock Chart is a well-crafted, easy-to-use financial charting package to track and visualize the stock price of a company over a specific period using charting (Candlestick, OHLC, HiLo, etc.) and range tools. Its rich feature set includes zooming, panning, tooltip, crosshair, trackball, period selection, range selection, and events to make stock charts interactive.
Bind data seamlessly with various local and remote data sources, such as IEnumerable/List, RESTful services, OData services, WCF services, Observable Collection, ExpandoObject, and DynamicObject. The Stock chart uses the data manager to manage data, and customize data requests.
Several data-rendering optimizations are included for the best possible performance when plotting large volumes of data as well as handling high frequency real-time data.
User experience is greatly enhanced by including a set of interactive features such as zooming and panning, crosshair, trackball, events, and selection.
In Blazor Candlestick Chart, price action and volume are put together to make analysis at a glance.
Plot multiple series in a single chart to compare different stock values. Enabling tooltips provide more information about individual series.
Draw special attention to any region of the chart or graph with the help of strip lines.
Use range selectors to filter a date range that needs to be visualized within the chart.
Visualize data using different series types like candle, OHLC, HiLo, line, spline, area, and spline area. The type of the series can be changed using series options in the period selector.
Plot any type of data in a stock with the help of different axes types: numeric, date-time, and logarithmic. And these elements can be customized further to make an axis more readable.
Legends provide additional information helpful in identifying individual data or series in a stock chart.
Use technical indicators to analyze the past and predict future market trends based on historic price, volume, or open interest. Blazor Stock Chart supports 10 types of indicators that can be added using the indicator option in the period selector.
Predict future trends with predetermined data for measurements such as the stock market, target revenue, etc., with the help of trendlines. Add trendlines to the stock chart using trendline option in the period selector.
Stock events are used to show different kinds of market events on the chart. Supports flag, sign, pin, text, circle, and description.
The Blazor Stock Chart control allows you to set tooltips for stock points. Hover over the points to see information or a message. The appearance of a tooltip can be customized.
Blazor Stock Chart is shipped with built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast.
Export Blazor Stock Chart to PDF documents or as image formats such as SVG, PNG, and JPEG in client-side. Print the rendered stock charts and graphs directly from the browser.
Blazor Stock Chart enables users from different locales to format date, currency, and numbering to suit their language preferences. It uses the internalization (i18n) library to handle value formatting.
Based on their needs, users can localize all the strings that are used in the user interface of the Blazor Stock Chart component. It uses the localization (l10n) library to localize UI strings.
Easily get started with the Blazor Stock Chart using a few simple lines of C# code as demonstrated below. Also explore our Blazor Stock Chart Example that shows you how to render the Blazor Stock Chart.
@using Syncfusion.Blazor.Charts
<SfStockChart Title="AAPL Historical">
<StockChartSeriesCollection>
<StockChartSeries DataSource="@StockDetails" Type="ChartSeriesType.Candle" XName="Date" High="High" Low="Low" Open="Open" Close="Close" Volume="Volume"/>
</StockChartSeriesCollection>
</SfStockChart>
@code {
public class ChartData
{
public DateTime Date;
public Double Open;
public Double Low;
public Double Close;
public Double High;
public Double Volume;
}
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}
};
}
Stock Chart is also available in JavaScript, Angular, React and Vue frameworks that are built from their own TypeScript libraries. Check out the different Stock chart platforms from the links below,
We do not sell the Blazor Stock Chart separately. It is only available for purchase as part of the Syncfusion Blazor suite, which contains over 80 native Blazor components, including the Stock Chart. A single developer license for the Syncfusion Essential Studio for Blazor suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our Blazor Stock Chart demo here.
No, our 80+ Blazor components, including Stock Chart, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Stock Chart alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 80+ Blazor components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.