I'm creating software in VB to analyze the balancing of jobs in factories. The software has a DataGridView as follows:
Ineedtocreateastackedbarchartperstation(eachbarbeingastation)anddistinguishedactivitiesineachbar(eachdifferentcolorstretchcorrespondstoanactivitywithinthatstation)/p>
I do not have much experience with the logic involved, but I know you can do this type of chart quickly using Dynamic Chart in Excel.
I would like to ask for directions of how to read the row-by-row data from the DataGridView, group them correctly, and in what type of variable, so you can pass them as arguments correctly to the Chart control in Visual Basic