Search found 8 matches

by andyb
Thu Mar 30, 2006 2:32 pm
Forum: .NET
Topic: Average between 2 points
Replies: 3
Views: 4879

Hi Narcis,

Thanks for your reply.

I have used an average function, but I can only get it to work over the distance of the entire chart.

I'd like to be able to drag the start and end points for the funtion anywhere over the x-axis. Is there a way to do this?

Thanks
by andyb
Thu Mar 30, 2006 1:48 pm
Forum: .NET
Topic: Average between 2 points
Replies: 3
Views: 4879

Average between 2 points

Hello again,

I would like to be able to work out the average between 2 points, indicated on a line graph using (maybe) two x-axis colorbands.

Could you recommend the best way to do this?

thanks.
by andyb
Tue Mar 28, 2006 10:10 am
Forum: .NET
Topic: Deleting points that are not on the screen
Replies: 3
Views: 5020

Thanks Narcis,

That sounds like what I need. Where are you getting j from?
by andyb
Tue Mar 28, 2006 9:18 am
Forum: .NET
Topic: Deleting points that are not on the screen
Replies: 3
Views: 5020

Deleting points that are not on the screen

Hi, I'm trying to delete points as they are removed from the screen. The problem is, I don't know how I can find the location of the earliest point. From the example... tChart1[0].YValues.Value[0] =103.96; MessageBox.Show(tChart1[0].YValues.First.ToString()); I can delete point 0, but after that, is...
by andyb
Fri Mar 17, 2006 1:05 pm
Forum: .NET
Topic: having axis features, but not showing labels.
Replies: 1
Views: 3444

having axis features, but not showing labels.

Hi, I want to have the grid features, and be able to draw a line at a value, but i don't want to be able to see the axis labels (values). I think that this means I can't use "tChart1->Axes->Bottom->Labels->Visible = false;", because that removes the grid, and when i use the same on the left axis, it...
by andyb
Tue Feb 14, 2006 12:46 pm
Forum: .NET
Topic: TeeChart Pro .NET 1 - System.IO.FileLoadException
Replies: 3
Views: 5569

Hi Narcís,

I fixed it. It turned out I was using a dll that was newer that the installed version of the software. I just copied the old .dll out from the software into the project directory, and it started to work.

Thanks for your help.
by andyb
Fri Feb 10, 2006 3:14 pm
Forum: .NET
Topic: TeeChart Pro .NET 1 - System.IO.FileLoadException
Replies: 3
Views: 5569

The error message that I get from the prgram is pasted below. ---------------- An unhandled exception of type 'System.IO.FileLoadException' occurred in Deckman.exe Additional information: The located assembly's manifest definition with name 'TeeChart' does not match the assembly reference. ---------...
by andyb
Fri Feb 10, 2006 2:45 pm
Forum: .NET
Topic: TeeChart Pro .NET 1 - System.IO.FileLoadException
Replies: 3
Views: 5569

TeeChart Pro .NET 1 - System.IO.FileLoadException

EDIT: Subject title changed, and rubbish removed. I was having an install problem, which was caused by not having an up to date windows script engine. This was not causing the problem with my program. 2nd post is still good... ------------------------------------------------------------- RUBBISH REM...