Quick Tips
Last updated
Was this helpful?
Last updated
Was this helpful?
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
Find BunifuChartCanvas and drag and drop to your form of user control designer(see below)
Next find your preferred chart component - drag and drop to your form or user control(see below)
You can as well use code below
Select the chart component and specify the canvas and your data by using the designer or code(see below)
Designer
Code
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
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