Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have to assign "130/80", the BP value in MSChart.Data and it is throwing "Invalid Property Value.

Is there any workaround for this?

Need your suggestions. Thanks.

The X-axis and Y-axis are number types and I want to display 130/80 for 130 value in Graph to show Diastolic and Systolic value.

Is there any simple work around or extra property for the label to display 130/80.

*edit* I deleted all the times you pressed 'answer' to ask more questions ( you know what the word 'answer' means, right ? ) and edited your post, as you should have done.
Posted
Updated 11-Jun-10 3:11am
v2
Comments
CPK_2011 14-Jun-10 6:53am    
Is there anyway to get X and Y points of the Chart for that particular value so that I can manually place label control and display BP value there.

Not using VB6 would drag you out of the 20th century. Why not use a language that is supported ? Or at least good ?

OK, my last answer was a guess, I don't use VB6. I took the time to read the docs, have you done that ?

http://msdn.microsoft.com/en-us/library/t9web23b(v=VS.71).aspx[^]

Basically, the slash is not why your data is invalid. At least, unless the 130 is the object in the 'Applies To' list, and / is the delimiter. The docs are not THAT clear, but clear enough that I'm not sure you've read them.
 
Share this answer
 
v2
Is there any way to get the coordinates of each data in the chart so that I can replace the Data with windows label control to display my own custom data.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900