Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,I have 3 question related to mschart.
1)how can I have x_value and y_value of my special points as lables( I select the points in the code).I want the user to be able to see them.
2)how can I have the values of selected points by user?
3)How can I add my two different series(series1 and series2) to different chartAreas and see them seperatly?
Posted
Updated 28-Feb-12 3:52am
v3
Comments
ZurdoDev 28-Feb-12 9:42am    
What are little lables? I can't understand what you are asking, in either question.
ready to learn 28-Feb-12 9:46am    
I only ment that I want to see the values on chart
ZurdoDev 28-Feb-12 9:52am    
ChartObject.Series[0].IsValueShownAsLabel=true;
ready to learn 28-Feb-12 10:11am    
thanks it's good.I think I didn't ask well.If I have the point(4,5)=6 , I want the 4 and the 5 to be shown on the lines of the chart, not the 6.

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