Dotnet
Guna Charts for WinForms v1.1.0
A modern WinForms charting library that lets you easily build interactive data visualizations.
16 chart types:
Visualize your data in 16 different chart types (Area, Bar, Bubble, Doughnut, HorizontalBar, Line, Pie, PolarArea, Radar, Scatter, Spline, SplineAr...
Description
A modern WinForms charting library that lets you easily build interactive data visualizations.
16 chart types:
Visualize your data in 16 different chart types (Area, Bar, Bubble, Doughnut, HorizontalBar, Line, Pie, PolarArea, Radar, Scatter, Spline, SplineArea, StackedBar, StackedHorizontalBar, SteppedArea, SteppedLine).
Responsive:
Easily respond to changes in screen size.
Live charts:
Creating a real-time data dashboard is now very easy.
Mixed chart types:
Mix several chart types such as Bar and Line/Area.
.NET
.NET Framework v4.0 or higher
.NETCoreApp 3.1 or higher
.NET 6
Bug Fixes for Guna.Charts Library - Version [1.1.0]
1. Legend Label Fix on GunaChart Control
- Issue Description: In some dataset types such as GunaPieDataset, GunaPolarAreaDataset, and GunaDoughnutDataset, the legend labels were either not displayed correctly or did not reflect the expected values.
- Fix: This issue has been resolved so that the legend labels are now correctly displayed according to the data in the chart.
2. Tooltip Display Fix
- Issue Description: The tooltip that appears when users hover over chart elements sometimes showed incorrect information when values were applied to properties such as dataset.XFormat, dataset.YFormat, and dataset.RadiusFormat.
- Fix: This bug has been fixed, and the tooltip now accurately displays the correct information. It reflects the proper values based on the format applied to the dataset properties. The tooltip will show the correct value according to the specified format for the X and Y axes, as well as the radius.
Happy charting!