Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Charting
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Charting
Environment versions
Environment:
C# 1.1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00956112
Message ID:
00956112
Views:
41
I'm trying to use the charting/graphing control from the free download from www.dotnetcharting.com.

It seems like a pretty decent tool. I am, however, having some problems. I've looked through the code and, yes, I did RTFM. Unfortunately, I still can't find the solution to my problem, If anyone has expereience with this control, I'd appreciate a response. Now the problem...

If I create a chart based on the fiscal month ending dates, but only retrieving the name, when I go to graph it, the X-Axis is sorted by name, rather than the order the data was retrieved. For example, if I retrieve the data as
January 2004
February 2004
March 2004
April 2004
The graph's X-Axis is sorted as
April 2004
February 2004
January 2004
March 2004
If I, however, change the X-Axis column to the actual datetime after I've displayed the graph, the labels stay the same, but the order is correct. This, to me, is a kludge and something that the users shouldn't have to do.

Anyone got any hints?
George

Ubi caritas et amor, deus ibi est
Reply
Map
View

Click here to load this message in the networking platform