TNCHSGraph, Version 1.0
A Delphi 3 component by Jaco Voorham

TNCHSGraph lets you use child-growth charts in your application,
to evaluate the nutricional status of children, and follow their growth
patterns.

The component uses the NCHS reference population data of median values
and standard deviations. It optionally shows the median-line, the lines
1 and 2 standard deviations above and under the median value.

See the demo-project on how to use it.

You need to install the NCHSGraph.dcu component, but keep the nchsdata.dcu unit
with it, which contains the reference data.

Values:TstringList; The list to store your values in to be plotted on the
                    graph; format: x-value, #9 character, y-value.
drawline: Fire this procedure to draw the values in the stringlist on the chart




TNCHSGraph is freeware, but I expect to show up in the credits of your
program if you use it.
For any comments please contact me at jvp@bno.com.br
For other product of yours sincerely, have a look at http://www.bno.com.br/jvp/Reference/others.html
------------