I am making a desktop application for product configuration, having as selection fields several options related to them, eg model, voltage, application ... when selecting each one, the others below are filtered according to what is registered in the database, eg when selecting model x, in a combobox of tension will be filtered the options for this model.
So far so good, it's quite simple, the problem is that the customer's need is to have the functionality mentioned above and also a representation of the possible "paths" through a kind of flow chart or organization chart, as in the image below.In the above image the representation starts for example with the 2 possible models, then the configuration possibilities for each one.
I researched a lot of components to make this type of representation, already having the data registered and related in the flock, but I was not successful.