Hello everyone and thanks for your help in advance. I am at the early stages of development of an application that charts a patient's growth using the standardized growth chart from the CDC/WHO. An example may be found at
http://www.cdc.gov/growthcharts/data/who/grchrt_boys_24hdcirc-l4w_rev90910.pdf. I need to be able to generate this chart through some type of webservice. Since I have not done any type of graphing before, I am confused as to how to map each point on this
chart. Do I need to recreate the x-y axis in order to have a know increment to move up or across? Or how do I figure out the distance between each point between the x point? I know these are basic questions, but need some guidance getting started. Any
help would be appreciated.
Member
321 Points
1712 Posts
Graphing a Growth Chart
Dec 28, 2015 07:30 PM|kmcnet|LINK
Hello everyone and thanks for your help in advance. I am at the early stages of development of an application that charts a patient's growth using the standardized growth chart from the CDC/WHO. An example may be found at http://www.cdc.gov/growthcharts/data/who/grchrt_boys_24hdcirc-l4w_rev90910.pdf. I need to be able to generate this chart through some type of webservice. Since I have not done any type of graphing before, I am confused as to how to map each point on this chart. Do I need to recreate the x-y axis in order to have a know increment to move up or across? Or how do I figure out the distance between each point between the x point? I know these are basic questions, but need some guidance getting started. Any help would be appreciated.
Member
571 Points
117 Posts
Re: Graphing a Growth Chart
Jan 12, 2016 12:04 PM|eThunderstorm|LINK
MedCalc: Interactive Growth Charts should help you to understand how to plot points on to a Growth Chart.
See the suggested solutions on Growth Chart in ASP.NET - check out the Growth Chart SDK for developers.