Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Selecting records from displayed graph


Message #1 by "Qui Van Phan" <QuiVanPhan@b...> on Wed, 9 Aug 2000 21:18:41 +1000
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.

  Return to Index