Search found 8 matches

by Joy
Mon Nov 24, 2008 8:59 pm
Forum: .NET
Topic: Format Date Display
Replies: 3
Views: 1673

How Do I Avoid Duplicates

Hi, Thank you that worked just great but now I'm trying to figure out how to avoid duplicates - right now it displays each date 2 or 3 times and I just want it to display each date once. I tried to do that by capturing the GetNextAxisLabel event but that made my webform unbelievably slow. Is there a...
by Joy
Sun Nov 16, 2008 10:24 pm
Forum: .NET
Topic: Format Date Display
Replies: 3
Views: 1673

Format Date Display

Hi,

I've been trying unsuccessfully to figure out a way to format the dates displayed on the bottom axis of our line plot. I would like to be able to just display the years and only the years I would like to display. Is that possible and if so, how would I do it?

Thank you!

Joy
by Joy
Thu Sep 18, 2008 4:31 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

Thank you so much! That did the trick!
by Joy
Wed Sep 17, 2008 6:45 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

Hi, I have prepared an ASP.NET application for you called TestGraph and uploaded it to your server demonstrating the problem we are having. When I run this example, I get the same results as my other application. After playing with it a lot yesterday after writing you, I was able to get the graph to...
by Joy
Tue Sep 16, 2008 7:24 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

Correction: in the previous post I incorrectly wrote one statement.

"fastLine.IgnoreNulls = True" should be "fastLine.IgnoreNulls = False" Although interestingly it does the same thing regardless of what this property is set to.
by Joy
Tue Sep 16, 2008 6:31 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

Thank you very much but after going over that example I'm still unable to get it to work and I'm not sure what I'm doing wrong. If you have a moment, could you glance over this code and let me know if I'm doing something wrong? Basically I'm looping through a dataset from a database and I'm adding t...
by Joy
Mon Sep 15, 2008 6:00 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

Hi,

Which version of TeeChart is that in? Because I can't find it in my version - it's TeeChart vs.2
by Joy
Fri Sep 12, 2008 5:26 pm
Forum: .NET
Topic: WebChart .Net Question
Replies: 9
Views: 3338

WebChart .Net Question

Hi, We are trying to figure out a way to set up a WebChart in .NET to only display a Line when there is data and not draw a line to zero when there is no data. Here is what we have now: http://bwing.engr.colostate.edu/ArkansasValley/Plot4.aspx?Well_ID=23&Selection=Average%20EC As you can see, wherev...