This question is locked. New answers and comments are not allowed.
Hi,
I was browsing the online help, the samples and also this forum.
There are some links to chart samples - but it looks as if they are no longer available (I can onyl find ChartView samples).
My approach is a chart like this (the first one): http://raywinstead.com/bp/
I think this could be done with a Range Bar for the BP bar (Range is Min diastolic - Max systolic).
The other values (I prefer lines instead of points) are just single values.
My data is a list of blood pressure records like this:
int Systolic
int Diastolic
int MeanArterialPressure
int PulseRate
int PulsePressure
double Weight
DateTime MeasureDate
Can you please provide me with any starting point on how to create such a chart?
Thanks in advance
Manfred
I was browsing the online help, the samples and also this forum.
There are some links to chart samples - but it looks as if they are no longer available (I can onyl find ChartView samples).
My approach is a chart like this (the first one): http://raywinstead.com/bp/
I think this could be done with a Range Bar for the BP bar (Range is Min diastolic - Max systolic).
The other values (I prefer lines instead of points) are just single values.
My data is a list of blood pressure records like this:
int Systolic
int Diastolic
int MeanArterialPressure
int PulseRate
int PulsePressure
double Weight
DateTime MeasureDate
Can you please provide me with any starting point on how to create such a chart?
Thanks in advance
Manfred