Stacked Area Chart 100 [Deprecated]
Visualize data relationships with stacked area chart 100
Stacked area chart 100 works the same way as stacked area chart and are used to visualize progression and composition over period of time. The 100% is the cumulative contribution of each stack.
How to display scatter chart 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_stacked_area_100
C# code
In order to display stacked area chart 100 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 Stacked Area 100 simply works by creating 2 datapoint objects, one for the “low” set of points and one for the “high” set of points. The control will know automatically to create the lines between the points.
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