Search found 15 matches

by Dan Smith
Fri Oct 20, 2006 6:40 pm
Forum: .NET
Topic: Version 1.1 and Version 2.0 compatible?
Replies: 1
Views: 4082

Version 1.1 and Version 2.0 compatible?

Hello, I currently have Steema TeeChart version 1.1 installed. I still use Visual Studio 2003 to maintain existing ASP.net 1.1 applications. I recently started developing new apps in Visual Studio 2005. Will installing TeeChart version 2.0 interfere with the existing installation of TeeChart version...
by Dan Smith
Wed Mar 01, 2006 6:02 pm
Forum: .NET
Topic: Multiple axis that span the entire width of the chart
Replies: 2
Views: 4988

Multiple axis that span the entire width of the chart

Hello,

I have a chart with 5 series (horizontal lines) and 5 axis. Is it possible to 'stack' the axis so that each axis spans the entire width of the chart, rather than taking up a designated percentage of the chart?

Thanks,

Dan
by Dan Smith
Tue Jan 17, 2006 5:19 pm
Forum: .NET
Topic: Hyperlink chart header (title)
Replies: 7
Views: 10514

The newsgroup does not work for me. I will email the code sample
by Dan Smith
Wed Jan 11, 2006 2:50 pm
Forum: .NET
Topic: Hyperlink chart header (title)
Replies: 7
Views: 10514

I tried the code which generated an exception (below). Any idea what is wrong? Thanks, Dan Server Error in '/Lakes' Application. -------------------------------------------------------------------------------- Invalid parameter used. Description: An unhandled exception occurred during the execution ...
by Dan Smith
Tue Jan 10, 2006 3:09 pm
Forum: .NET
Topic: Hyperlink chart header (title)
Replies: 7
Views: 10514

Web forms
by Dan Smith
Mon Jan 09, 2006 4:28 pm
Forum: .NET
Topic: Hyperlink chart header (title)
Replies: 7
Views: 10514

Hyperlink chart header (title)

Is it possible to create a hyperlink out of the chart header/title?
by Dan Smith
Thu Nov 03, 2005 7:07 pm
Forum: .NET
Topic: 'Index was outside the bounds of the array' error message
Replies: 8
Views: 14018

I figured out the problem. Boxplots need a minimum of three values to render. I was passing only two values in certain circumstances.
by Dan Smith
Wed Nov 02, 2005 4:49 pm
Forum: .NET
Topic: 'Index was outside the bounds of the array' error message
Replies: 8
Views: 14018

Sorry about that. I sent the Data.aspx page.
by Dan Smith
Wed Nov 02, 2005 3:03 pm
Forum: .NET
Topic: 'Index was outside the bounds of the array' error message
Replies: 8
Views: 14018

I am sending an email with the code attached in a zip file.
by Dan Smith
Tue Nov 01, 2005 10:38 pm
Forum: .NET
Topic: 'Index was outside the bounds of the array' error message
Replies: 8
Views: 14018

'Index was outside the bounds of the array' error message

Hello, I am charting environmental data from 56 different streams and rivers. For 53 of the streams the charts work perfectly. For 3 of the streams I am getting the following error and I can't figure out what is causing it. Any ideas? Server Error in '/wlr/waterres/StreamsData' Application. --------...
by Dan Smith
Mon Oct 31, 2005 2:21 pm
Forum: .NET
Topic: Displaying only selected series in the legend
Replies: 1
Views: 4397

Nevermind, I found the answer.
by Dan Smith
Fri Oct 28, 2005 9:13 pm
Forum: .NET
Topic: Displaying only selected series in the legend
Replies: 1
Views: 4397

Displaying only selected series in the legend

Hello,

I have a chart with 12 box plots and two lines. Is there a way to only display the two lines in the legend?

Thanks,

Dan
by Dan Smith
Fri Oct 28, 2005 7:27 pm
Forum: .NET
Topic: Box plot wackyness
Replies: 4
Views: 7300

Nevermind, I figured it out. I was pulling data out of the database sorted on the date, I needed to sort it by the data itself.

I ended up sorting using the SQL code. I imagine one can add code in the code behind page that will sort as well, but I could not figure out the syntax.
by Dan Smith
Thu Oct 27, 2005 3:21 pm
Forum: .NET
Topic: Box plot wackyness
Replies: 4
Views: 7300

Our firewall prevents me from posting to the newsgroup. Can I email you a zip file with the code and database?
by Dan Smith
Wed Oct 26, 2005 10:46 pm
Forum: .NET
Topic: Box plot wackyness
Replies: 4
Views: 7300

Box plot wackyness

Hello,

I have built a box plot for some environmental data. The box and whisker plots have some of the whiskers 'bent' back into their boxes. What is causing this and is there a fix?

Thanks,

Dan