Search found 38 matches

by Agrilink
Thu Jun 29, 2006 12:25 am
Forum: .NET
Topic: Performance with large datasets
Replies: 3
Views: 5757

Hi Narcis,

I have tried running in release mode and it makes virtually no difference.

If you wish I can send you a sample app.

Thanks.
by Agrilink
Wed Jun 07, 2006 11:43 pm
Forum: .NET
Topic: Changing color between points in a series
Replies: 4
Views: 5797

Excellent. Thanks Narcis.
by Agrilink
Wed Jun 07, 2006 12:27 am
Forum: .NET
Topic: Changing color between points in a series
Replies: 4
Views: 5797

Regarding option 2, according to the help ValueColor is a method requiring a point index and returns the color, not a property?

The code provided throws a compile error.

Thanks.
by Agrilink
Tue Jun 06, 2006 3:21 am
Forum: .NET
Topic: Changing color between points in a series
Replies: 4
Views: 5797

Changing color between points in a series

Hi, Is it possible to manually change the color between points AFTER adding a series? I know you can do it when adding a series, however I want to set the color between each point in a line series after the series has been created, ie. loop through each series on the chart, and set the color between...
by Agrilink
Sat May 06, 2006 2:16 am
Forum: .NET
Topic: Drawing next to cursor
Replies: 4
Views: 8409

Thanks very much Narcis. Your help is much appreciated.
by Agrilink
Thu May 04, 2006 11:16 pm
Forum: .NET
Topic: Printing other controls with TeeChart
Replies: 6
Views: 8902

Thanks alot Narcis.
by Agrilink
Thu May 04, 2006 11:12 pm
Forum: .NET
Topic: Drawing next to cursor
Replies: 4
Views: 8409

Hi Narcis,

Thanks great, however one problem. The cursor change event doesn't fire when I move the cursor with the keyboard, only with the mouse?

Why would that be?

Thanks.
by Agrilink
Thu May 04, 2006 7:08 am
Forum: .NET
Topic: Performance with large datasets
Replies: 3
Views: 5757

Performance with large datasets

Hi, When working with large datasets, say 3000 odd points on the X-Axis, when moving the cursor either with the mouse or keyboard, it seems to be very slow. For example when moving the cursor with mouse, the cursor lags. Similarly with the keyboard, it's a good 2 seconds before the cursor moves. I'v...
by Agrilink
Thu May 04, 2006 7:02 am
Forum: .NET
Topic: Drawing next to cursor
Replies: 4
Views: 8409

Drawing next to cursor

Hi, Whenever the user moves the cursor, I want to display some text in a standard position next to the cursor, say at 3/4 the height of the cursor. So I want to get the location of the cursor, but using XYalue and YValue doesn't work. What alternative properties are there so i can set the x and y co...
by Agrilink
Wed May 03, 2006 11:06 pm
Forum: .NET
Topic: Printing other controls with TeeChart
Replies: 6
Views: 8902

Hi Narcis, That work's equally as well, though using: Bitmap image = this.tChart1.Chart.Bitmap(width, height); g.DrawImage(image, xpos, ypos); I can specify the position to print the chart. Using tChart1.Draw(g) will only draw the chart at 0,0 coordinates? Anyway, using either method, a border is dr...
by Agrilink
Tue May 02, 2006 11:22 pm
Forum: .NET
Topic: Printing other controls with TeeChart
Replies: 6
Views: 8902

Hi Narcis, When using TeeChart's "Print" method, eg. "tChart1.Printer.Print(true);" - this only prints the chart as specified in the help. Similarly, the "Preview" method only shows the chart. On my form, I have other controls such as TextBoxes and CheckBoxes in a panel docked to the bottom of the f...
by Agrilink
Tue May 02, 2006 6:46 am
Forum: .NET
Topic: Printing other controls with TeeChart
Replies: 6
Views: 8902

Printing other controls with TeeChart

Hi, I have other controls on my form under my chart, such as textboxes. When the user prints, I want to basically print all the controls on the form, not just the chart. Is there an easy way to integrate this functionality into TeeChart without having to draw each control individually, including the...
by Agrilink
Wed Apr 26, 2006 8:28 am
Forum: .NET
Topic: Multiple Axes
Replies: 2
Views: 4495

Hi Narcis,

Thanks again for all your help.
by Agrilink
Wed Apr 26, 2006 8:13 am
Forum: .NET
Topic: Keyboard usage with TeeChart?
Replies: 8
Views: 10235

Hi Narcis,

Uh duh!

I forgot I was setting that property at design time before using the custom TeeChart class.

Thanks.
by Agrilink
Wed Apr 26, 2006 6:48 am
Forum: .NET
Topic: Multiple Axes
Replies: 2
Views: 4495

Multiple Axes

Hi, I'm creating a Line series on my chart. What I want to do is create one of the lines in the series on the right axis, with the rest on the left axis. I'm using the Add method to add each line to the series, but I can't see how to specify a different axis to which to draw it from. Is this possibl...