Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 07, 2012 11:15 AM by donkadaravindra
Member
1 Points
7 Posts
May 02, 2012 11:46 AM|LINK
Hi,
I am using Chart Control and binding the x ,y axis
Chart1.Series["Default"].Points.DataBindXY(myReader, "COUNTRY", myReader, "POINTS");
The issue is like X axis taking some default values like 0,2,4,6...........But I want to configure it like
0,1,2,3...............
Please guide me how to customize the values with a speciific interval.
Thanks in advance.
All-Star
113532 Points
12480 Posts
Microsoft
May 04, 2012 08:08 AM|LINK
Hope this helps:
http://stackoverflow.com/questions/6624066/how-to-set-values-in-x-axis-mschart-using-c-sharp
Thanks,
May 07, 2012 11:15 AM|LINK
Thank you.
donkadaravin...
Member
1 Points
7 Posts
How to define the X -Axis values in Chart Control
May 02, 2012 11:46 AM|LINK
Hi,
I am using Chart Control and binding the x ,y axis
The issue is like X axis taking some default values like 0,2,4,6...........But I want to configure it like
0,1,2,3...............
Please guide me how to customize the values with a speciific interval.
Thanks in advance.
Qin Dian Tan...
All-Star
113532 Points
12480 Posts
Microsoft
Re: How to define the X -Axis values in Chart Control
May 04, 2012 08:08 AM|LINK
Hi,
Hope this helps:
http://stackoverflow.com/questions/6624066/how-to-set-values-in-x-axis-mschart-using-c-sharp
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework
donkadaravin...
Member
1 Points
7 Posts
Re: How to define the X -Axis values in Chart Control
May 07, 2012 11:15 AM|LINK
Thank you.