Quick Tips
Getting Started fast with Bunifu Charts
To get started quickly after installing and licensing Bunifu charts here are some of the tips to get you started quickly.
After loading the components to toolbox
Step 1
Find BunifuChartCanvas and drag and drop to your form of user control designer(see below)

Step 2
Next find your preferred chart component - drag and drop to your form or user control(see below)

You can as well use code below
Step 3
Select the chart component and specify the canvas and your data by using the designer or code(see below)
Designer

Code
Step 4
You'll need to specify the Labels for charts like Bar chart, so select your canvas and go to Labels Property and add your labels per line
Designer

Code
Step 5
Finally you'll need to beautify your chart by changing the background for each value. This can be done using code or by using the designer(see below)
Designer

Code
Or generate random colors
Here is the complete code
Last updated
Was this helpful?