-1
I am creating a software in VB to analyze the balancing of jobs in factories. The software has a Datagridview as follows:
I need to create a stacked bar chart (Stacked Bar) per post (each bar being a post) and distinguished activities on each bar (each stretch of different color corresponds to an activity within that post) as shown below.
I don’t have much experience with the logic involved, but I know that it is possible to make this type of graph quickly using Dynamic Graph in Excel.
I would like to ask for guidelines on how to read the data line by line from Datagridview, group them correctly and in what type of variable, so that I can pass them as arguments correctly to the Chart control in Visual Basic