Working with visualization components
Visual components allow you to visualize data in the form of charts that represent the data in a more sophisticated way and allow us to develop a dashboard for leaders using different charts such as pie, bar, bubble, and so on. For example, in order to represent sales data year-wise, we can create a bar chart to represent the sales data. So, instead of creating a table or list, it can be better to represent the data in the form of different charts.
In this section, we'll work with different charts to visualize data in different forms.
Creating a bar chart
Bar charts are used to compare different sets of data. They are basically used to show the number, frequency, and other measures.
The bar chart is an out-of-the-box component in VB that allows us to represent data in the form of a bar.
In order to create a bar chart, a new Business Object with the name Sales
is created and a few records have been inserted into that. The following...