I was able to generate a graph successfully using the <asp:Chart> in asp .net with c# code behind feature but a hiccup came in because I want one of my axes to represent TIME which it doesnot seem to support. Are there any alternatives or can I do this : Plot the graph using relative time values and label them with time string? To clarify further, suppose I need to plot:

1. 10:30
2. 12:00
3. 15:30

Then I convert them into minutes relative from 00:00 as 630, 720, 930, Plot them and then label them as strings.

I will be really grateful for any help. It is really eating up my head!

Thanks in Advance :)

I do not think there is anything automatic as such , you will need to generate a collection with help of date and time function

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.