Dear VB Professionals,
I have a task to make the graph columns "clickable" ie. allowing users
to select data related to any column displayed on the graph.
Say the graph displays age frequency distribution of 2000 students in a
schools, eg. <18 years, <25 years, <30 years, etc...
Users click on the "<30 years" column, a pop up window will be displayed
giving options to extract all students in that age bracket to file,
screen or for further analysis. Multiple selections should be allowed.
Removal of a column should not affect the rest of the graph. Graph types
can be selected by user, etc...
Has someone has done a similar application using OOP in VB6? I would
like to discuss the problem further.
Thanks in advance for your help.