Show Bid Request
Plot a point on a graph in VB6 (using MSChart?)
Bid Request Id: 20603
|
|
|
Posted by: |
infomed (37 ratings)
(Software buyer rating 10)
|
Non-action Ratio: |
Very Good - 14.81%
|
Buyer Security Verifications: |
Good
|
Approved on: |
Jul 3, 2002 9:20:58 AM EDT
|
Bidding Closes: |
Jul 17, 2002 9:39:52 AM EDT
|
Viewed (by coders): |
443 times
|
|
|
|
Description:
I'm looking for a function written in VB6 that will plot a point on a graph. An example of the background of the graph is at http://www.cdc.gov/nchs/about/major/nhanes/growthcharts/set1/chart01.pdf
Basically, my program would send to the function the ages and weights (in appropriate units of months and Kg) of the person over time and your function would plot the results on a graph with the above background and the data points in red. (i.e., the function might get the following age1.value = 0, weight1.value = 3.0 age2.value = .25, weight2.value = 2.9 age3.value = 1.0, weight3.value = 3.2 age4.value = 2.25, weight4.value = 3.4 age5.value = 4.5, weight5.value = 4.0 etc...
The function should be able to accept at least 15 or more values automatically and plot whatever it gets. (In the above list, for example, age3 means 1 month of age, age 4 equals 2.25 months old. Weight3 means 3.2 Kg, etc.)
Hopefully this can be done using the background, instead of having to generate the curves from scratch, though if this is the case, the data is at: http://www.cdc.gov/nchs/about/major/nhanes/growthcharts/zscore/zwtageinf.txt
A few requirements though. The code has to be short and sweet (e.g., very few procedures), and well commented to allow me to understnd, modify and duplicate it. Also, a working demo is a must, as I've been burned too many times with promises of the ability to do something which never materializes. The form should essentially just have the graph on it and the plotted points in red. (For the working demo, you could just use text boxes to have me enter the age and weight.)
Thanks! Looking forward to seeing your solution.
Deliverables: Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
Complete copyrights to all work purchased.
Platform:
windows 98 and higher
Special Conditions / Other:
As noted above
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
This bid was accepted by the buyer!
|
$90 (USD)
|
Jul 3, 2002 8:37:05 PM EDT
|
8.73
(Superb)
|
|
|
This is an example of what we can do. This graphic accepts up to 32767 points. When testing remember to use the appropriate decimal point (point or comma) depending on you regional settings.
We can shrink the graphic a little in order to make it fit into an 800 x 600 screen without the scrollbar.
Ability to resize the graphic in real time will require more complex code and is not included in this amount. If the graphic is to be printed we should better approach the project by drawing the graphic. Again this will require more complex code. Other additional feature could be to show the values of the position where the mouse pointer is located.
|
|
Attached File
|
|
|
|
|