Doughnut Chart [Deprecated]
Simply use doughnut chart to show comparison. A doughnut chart is derived from a pie chart the difference is doughnut chart has no middle area. Doughnut chart is great at showing part to a whole.
PRO TIP! Use a doughnut chart with few items to avoid squeezing thus making items invisible.
How to display doughnut chart using Bunifu Dataviz
Simply locate Bunifu Dataviz control in your toolbox and drag it to the location on your form where you would like to display it.
We will use button click event handler to display our chart called render_doughnut
C# code
VB.NET code
In order to display Bunifu Doughnut chart we need the following controls:
Bunifu Data Viz - This is the container for our chart
Bunifu Canvas - This is the middle layer between the data viz (container) and the dataset
Bunifu Data Point - This will contain the data that we want to represent as pairs of X and Y coordinates
On running the code you should see something like this:
That's it!
We hope Bunifu Dataviz will help you bring out the best data visualization for your data in your application.
Should you have feedback or suggestions please send us via chat on the bottom right corner of the screen.
Last updated