What’s New in Blazor Charts: 2022 Volume 1 | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (219)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (917)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (149)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (631)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (11)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (595)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What's New in Blazor Charts: 2022 Volume 1

What’s New in Blazor Charts: 2022 Volume 1

Syncfusion Blazor Charts is a well-crafted charting component for visualizing data. It contains a rich gallery of 30+ charts and graphs, ranging from line to financial charts, that cater to all charting scenarios.

In this blog, we will go through the new features and improvements included in the Blazor Charts component for the 2022 Volume 1 release.

Border support for area charts

Area charts are mostly used to represent time-dependent data at equal intervals, showing the trends in the data. Now, you can add borders for these charts: area, spline area, step area, and stacking area.

Refer to the following code example.

<ChartSeriesCollection>
 <ChartSeries Type="ChartSeriesType.SplineArea">
  <ChartSeriesBorder Width="2"></ChartSeriesBorder>
 </ChartSeries>
 <ChartSeries Type="ChartSeriesType.SplineArea">
  <ChartSeriesBorder Width="2"></ChartSeriesBorder>
 </ChartSeries>
</ChartSeriesCollection>
Border Support for Blazor Area Charts
Border Support for Blazor Area Charts

Filled marker

Markers are mainly used to represent data points with different shapes like circles, rectangles, triangles, or diamonds. Now, you can fill the marker for the data points with the series or data point’s color using the IsFilled property of the marker for the series.

Refer to the following code example.

<ChartSeries Type="ChartSeriesType.Line">
 <ChartMarker Visible="true" IsFilled="true" Shape="ChartShape.Triangle">
 </ChartMarker>
</ChartSeries>
Filled Marker in Blazor Charts
Filled Marker in Blazor Charts

Legend item spacing

With 2022 Volume 1, you can easily customize the space between legend items in charts using the ItemPadding property.

The following code example shows how to do this.

<ChartLegendSettings ItemPadding="30"></ChartLegendSettings>
Customizing the Space Between the Legends in Blazor Charts
Customizing the Space Between the Legends in Blazor Charts

Highlight on legend hovering

Instead of highlighting the series when hovering the cursor over both the legend and series, you can now set the chart to highlight the series only when hovering over the legend. This will be useful when you want to figure out the series corresponding to the legend item.

Refer to the following code example.

<ChartLegendSettings Enablehighlight="true"></ChartLegendSettings>
Highlighting the Blazor Chart Series on Hovering over the Legend
Highlighting the Blazor Chart Series on Hovering over the Legend

Pie title placement

Now, the chart title will be placed near the pie and doughnut charts based on their radius. This will enhance the appearance of the charts.

Smart Title Placement for Blazor Pie and Doughnut ChartsTooltip improvements

In this 2022 Volume 1 release, we have improved the appearance of the tooltip and added an animation effect for a smooth transition while moving from one point to another in charts.

Refer to the following GIF image.

Animation Effect for Tooltips in Blazor Charts
Animation Effect for Tooltips in Blazor Charts

Keyboard navigation

Keyboard accessibility is one of the most important aspects of web accessibility. Users with motor disabilities rely on the keyboard and many users prefer to use the keyboard for navigation to achieve better efficiency.

The Blazor Charts component now supports keyboard navigation, which allows you to interact with the chart elements easily using keys.

The Blazor Charts component supports the following keyboard shortcuts.

Interaction KeysDescription
TabMoves the focus to the next element in the chart.
Shift + TabMoves the focus to the previous element in the chart.
Down ArrowMoves the focus to the data point to the left of the selected point.
Up ArrowMoves the focus to the data point to the right of the selected point.
Left ArrowMoves the focus to the next series in the chart.
Right ArrowMoves the focus to the previous series in the chart.
ESCCancels the tooltip for the data point.
Enter/SpaceSelects the data point in the series.
Down/Left ArrowMoves the focus to the legend item to the left of the selected legend.
Up/Right ArrowMoves the focus to the legend item to the right of the selected legend item.
Enter/SpaceToggles the visibility of the corresponding series.
Ctrl + +Zooms in the chart.
Ctrl + –Zooms out the chart.
Down/Up ArrowPans the chart vertically after zooming.
Right/Left ArrowPans the chart horizontally after zooming.
RResets the zoomed chart.
Ctrl + PPrints the chart.

Conclusion

Thanks for reading! In this blog post, we walked through the new features and enhancements in the Blazor Charts component available in our 2022 Volume 1 release. Explore the Blazor Charts user guide to see all the available features. You can check out the list of new features in our release notes and What’s New pages. Try out these stunning new features and leave your feedback in the comments section below!

If you are an existing Syncfusion user, please download the latest version of Essential Studio from the License & Downloads page and try the new features for yourself. If you aren’t a customer yet, you can try our 30-day free trial to check out these features.

If you have questions, you can contact us through our support forum,  support portal, or feedback portal. We are always happy to assist you!

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed