BunifuBarChart
component to render data.BunifuBarChart
component.canvas
on the labels property, add the following values in the string collection editor window as shown below:BunifuBarChart
component to the form.bunifuChartCanvas1
as the target component.bunifuBarChart1
component properties, click the ellipsis button on the Data property, and add the following values to the collection window editor displayed as shown below:180,30,144,255
in the color collection editor to render the bar's background color with a transparency view.180, 30, 144, 255
180, 13, 6, 48
180, 24, 49, 79
139, 190, 178
220, 230, 249, 175
180, 168, 32, 26
​
BackgroundColor
propertyLegendDisplay
a property of BunifuChartCanvas
from true to false.200, 163, 163, 163.
BorderWidth
property. In the example above we have set a border width of 4.BorderColor property
BorderSkipped
propertyBorderSkipped
property by specifying its value as false. The false value means that the borders will be displayed on all sides of the bar.BunifuBarChart.
One canvas can be targetted with multiple BunifuBarCharts
that have different datasets.BunifuBarChart
BunifuBarChart
can be done by either using the Data property found on the property pane of the design mode or by the use of code. Let's look at an example of how to assign an array of data to BunifuBarChart
by the code method.HoverBackgroundColor
property gets and sets a color value that will be displayed on the bar’s background where the mouse has been suspended on.HoverBorderColor
property gets or sets a color value that will be displayed on the border of the bar. When the bar is hovered, its border will display the color that has been assigned to the HoverBorderColor
property.BorderWidth
has been set with an integer value which is not less than 1.BunifuBarChart
is a great component to use to visualize your datasets in a simple and modern Look and Feel! The beauty of BunifuBarChart
is that it automatically renders its axis in a clear format and it's highly customizable. In addition the automated spacing between the bars is uniform and consistent