We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Overview

Blazor Charts is a well-crafted charting component to visualize data. It contains a rich UI gallery of 50+ Charts and Graphs, ranging from line to financial that cater to all charting scenarios. Its high performance helps render large amounts of data quickly. It also comes with features such as zooming, panning, tooltip, crosshair, trackball, highlight, and selection.


Why choose Syncfusion Blazor Charts?

Blazor Chart types.

50+ Chart types

Ranging from simple day-to-day Charts like line charts, bar charts, area charts to complex financial charts that are highly customizable.

Blazor Chart Animation.

Chart animation

Fluid animation to represent the data with smooth transitions.

Blazor Chart Performance.

Performance

Thoroughly designed to deliver fast-paced performance, capable of rendering 100k data points in less than a second.

Blazor Chart SVG rendering.

SVG rendering

Vector based clean and crisp rendering for all your responsive and scaling needs.

Blazor Charts Data Editing.

Data Editing

Provides drag and drop support to the rendered points. Data editing allows you to manipulate the data on a chart.

Blazor Chart Trendlines.

Trendlines

Shows the price direction and movement speed. Trendlines can be generated for Cartesian type series (Line, Column, Scatter, Area, Candle, HiLo, etc.) except bar. More than one trendline can be added to a series.

Blazor Chart Globalization.

Globalization and localization

Enables users from different locales to use them by formatting dates, currency, and numbering to suit preferences.

Blazor Chart Export.

Exporting

Export charts to PDF documents or to image formats such as SVG, PNG, and JPEG. Export chart data to XLSX and CSV formats.

Powerful, user-friendly, and feature-rich Blazor Charts for your business


Blazor Charts Code Example

Easily get started with the Blazor Charts using a few simple lines of C# code example as demonstrated below. Also explore our Blazor Charts Example that shows you how to render and configure the Charts.

@using Syncfusion.Blazor.Charts

    <SfChart>
        <ChartPrimaryXAxis ValueType="Syncfusion.Blazor.Charts.ValueType.Category"></ChartPrimaryXAxis>
        <ChartSeriesCollection>
            <ChartSeries DataSource="@Sales" XName="Month" YName="SalesValue" Type="ChartSeriesType.Column">
            </ChartSeries>
        </ChartSeriesCollection>
    </SfChart>

@code {
    public class SalesInfo
    {
        public string Month { get; set;}
        public double SalesValue { get; set;}
    }
    public List<SalesInfo> Sales = new List<SalesInfo>
    {
        new SalesInfo { Month = "Jan", SalesValue = 35 },
        new SalesInfo { Month = "Feb", SalesValue = 28 },
        new SalesInfo { Month = "Mar", SalesValue = 34 },
        new SalesInfo { Month = "Apr", SalesValue = 28 },
        new SalesInfo { Month = "May", SalesValue = 40 },
        new SalesInfo { Month = "Jun", SalesValue = 32 },
        new SalesInfo { Month = "Jul", SalesValue = 35 },
        new SalesInfo { Month = "Aug", SalesValue = 55 },
        new SalesInfo { Month = "Sep", SalesValue = 38 },
        new SalesInfo { Month = "Oct", SalesValue = 30 },
        new SalesInfo { Month = "Nov", SalesValue = 25 },
        new SalesInfo { Month = "Dec", SalesValue = 32 }
    };
}

Interact with our Blazor Charts live demo

Chart types

Blazor Chart control includes functionality for plotting more than 50 chart types. Each chart type is easily configured with built-in support for creating stunning visual effects.

Interactive Chart

The user experience is greatly enhanced by including a set of interactive features such as zooming and panning, crosshair, trackball, drill-down, events, selection, and tooltip.

Real-time Chart

Update with live data that changes over seconds or minutes using a variety of data manipulation tools.

Annotation Chart

Mark any specific area of interest by adding custom elements (shapes, images) to make Blazor Charts more information-intensive.

Customization

Configure the look and feel of your chart to match your requirements using several built-in options.

Chart axis

Plot any type of data in a graph with the help of different axes types: numeric, category, date-time, date-time category, and logarithmic axis. And this chart axis elements can be customized further to make an axis more readable.

mobile addaptive icon

Mobile-first approach

Develop Blazor Charts with single code base, and well-thought-out mobile adaptive architecture that adapts to any web, mobile, or tablet environment. Render beautiful, responsive, interactive, and animated Charts within mobile devices.

Accessibility

Keyboard navigation in Blazor Chart.

Keyboard navigation

Blazor Charts ensures that every element is keyboard accessible. Major features like selection, highlight, tooltip, legend collapse and zooming and panning can be performed using keyboard commands alone; no mouse interaction is required. This helps in creating highly accessible applications using this component.

Accessibility and screen reader support in Blazor Chart.

Screen reader

Blazor Charts views have complete WAI-ARIA accessibility support. The Blazor Charts UI includes high-contrast visual elements, helping people with visual impairments have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.

Show right-to-left language in Blazor Charts.

Right to left (RTL)

Right-to-left rendering allows displaying the text and layout of the Blazor Charts from right to left. This improves the user experience and accessibility for RTL languages.

Other supported frameworks

Charts component is also available in React, Vue, Angular, and JavaScript frameworks. Check out the different Charts platforms from the links below,

Supported browsers

The Blazor Charts works well with all modern web browsers such as Chrome, Firefox, Microsoft Edge, Safari, and Opera.

Supported browsers in Blazor Charts.


Not sure how to create your first Blazor Charts? Our documentation can help.

Start with Blazor Server-side Chart Start with Blazor WebAssembly Chart

Frequently Asked Questions

  • Supports 50+ Chart types and elegant animation.
  • Blazing fast load time and rich UI interaction in both server-side and client-side (WebAssembly) Blazor apps.
  • Supports both rendering SVG and Canvas (for fast rendering).
  • Flexible data binding with support to use data sources such as Web API, OData, Entity Framework, and more.
  • One of the best Blazor Charts in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and APIs.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Extensive demos, documentation and videos to learn quickly and get started with Blazor Charts.

You can find our Blazor Charts demo here.

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, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Awards

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.

Up arrow icon
Live Chat Icon For mobile