Range Column Chart [Deprecated]
Range column chart is used to visualize the difference between high and low values over a period of time. It is also used to when you want to compare data from various categories.
How to display range column 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_range_column.
In order to display Bunifu Range Column 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
Bunifu Range Column Chart works is pretty simple: we populate the Bunifu Datapoint control with “points”, described by the X coordinate (the first parameter of the addxy method) and an array of 2 coordinates, specifying the limits of the line that we want to represent (on the Y axis).
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