This is a migrated thread and some comments may be shown as answers.

I need the Y Axis Values to be a string (blood pressure)

1 Answer 37 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jarrette
Top achievements
Rank 1
Jarrette asked on 23 Sep 2010, 10:56 PM
I need help figuring out how to make my y axis values a systolic over diastolic value....

Example: "89/105"

Is there a way to do this?  i'm getting the following error: 

"Telerik.Charting.ChartException: The type of column with name  VitalValue is not numeric"

I was thinking I could do something like this....

rcBloodPressure.PlotArea.YAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.None
rcBloodPressure.PlotArea.YAxis.Appearance.CustomFormat = "##/##"
 But it's not working, any suggestions?

1 Answer, 1 is accepted

Sort by
0
Jarrette
Top achievements
Rank 1
answered on 24 Sep 2010, 04:57 PM
OK, problem solved.  In the code I just separate out the systolic and diastolic into separate values and plot two different Y-axis.
Tags
Chart (Obsolete)
Asked by
Jarrette
Top achievements
Rank 1
Answers by
Jarrette
Top achievements
Rank 1
Share this question
or