Click here to Skip to main content
15,889,335 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm having a small issue with a SQL data-bound ASP.NET Chart.

My SQLdataSource returns two values: A chemicalLevel (int) and a dateTime.

When I am in design view, I am given two drop down lists:
X Value Member
Y Value Member

Problem is that although the X value member will let me choose chemicalLevel or dateTime, Y will only let me choose dateTime.

Is there any way to fix this? I've tried rearranging my SQL query and recreating the chart/datasource with no luck.
Posted
Comments
Prasad Khandekar 16-Apr-13 15:33pm    
Please have a look at this documentation (http://msdn.microsoft.com/en-us/library/dd456766.aspx)
jkirkerx 16-Apr-13 16:04pm    
It's make sense to have the datetime or timeline below or in the Y-Axis, and the Chemical value as the X-Axis or vertical bars.

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