I am working on asp chart control.
I need to impletment datapoints in my chart having x axis with datetime data.
I go to datapoint concept (not in too deep) but found that it gets only
double
value. My question is how can i assign my datetime values to datapoint on x axis???
Did you try assigning a valid datasource with
DateTimeproperty to the Chart. you can set the XValueType property likeThis should work for you.