Search found 19 matches

by speedwell
Tue Sep 16, 2008 9:56 am
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

Thanks, that does indeed work.

Note, in some earlier TChart version, probably version 2, the manual resize was not necessary. Good luck with your "Enhancement" ;-)

Regards.
by speedwell
Tue Sep 16, 2008 9:15 am
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

Another problem, again with the CopyToClipboard(). When using BMP, JPEG or PNG CopyToClipboard, after resizing the underlying chart dimensions and calling CopyToClipboard again, the original image remains in the clipboard, the new dimensions are not used. The easiest was to reproduce this error is t...
by speedwell
Mon Sep 15, 2008 2:14 pm
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

Sorry didn't explain very well, the previous TChart release had been un-installed and the new release installed, but for some reason the VS IDE on restart hadn't detected the TChart version change (normally I would expect a missing reference exclamation). It had then somehow bound to a pervious TCha...
by speedwell
Mon Sep 15, 2008 12:21 pm
Forum: .NET
Topic: ColorGrid pen
Replies: 3
Views: 2804

Narcís,
Has this item been fixed? There is an entry in the release notes which looks vaguely similar but I am not certain.. If not, do you have an idea when it is likely to be fixed?
Regards.
by speedwell
Mon Sep 15, 2008 12:11 pm
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

Narcís,
Manual modification of the license file was necessary because remnants of the previous version remained after uninstall.
Many thanks.
by speedwell
Mon Sep 15, 2008 11:21 am
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

I noticed that this has been on your fixed list July 08, but I still encounter the same problem in the 12th Aug 08 release..
by speedwell
Thu Jun 05, 2008 9:24 am
Forum: .NET
Topic: ColorGrid pen
Replies: 3
Views: 2804

Another

I have uploaded a TChartBug.zip which demonstrates a bug in the ColorGrid pen visibility. When run a ColorGrid is created with Pen Visibility set to false, however a thin semi-transparent grid is displayed. Right click on the chart to bring up the editor and despite toggling Colorgrid Grid visibilit...
by speedwell
Wed May 28, 2008 11:17 am
Forum: .NET
Topic: Another?
Replies: 11
Views: 4933

Another?

PNG.CopyToClipboard appears to have stopped working - easiest way to reproduce this is from the Chart Editor|Export select "As PNG", then Copy.
by speedwell
Wed May 28, 2008 8:02 am
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

Further differences?

The Shape Global Pen Color property no longer works (v3.5.3065.19161). This can be seen in your "Feature Demo" project by Looking at the "Map GIS" demo, clicking "Edit", then attempting to modify the Border color. Notice that if you change the "Width", the chart resizes to accomodate the extra pen w...
by speedwell
Wed May 28, 2008 7:49 am
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

Further differences?

I've uploaded a jpg which can be loaded into a ColorGrid using code such as:

Code: Select all

bitMap = new Bitmap("Lock_Up_ColorGrid.jpg");
colorGrid.Bitmap = bitMap;
In the latest TChart v3.5.3065.19161 and earlier versions TChart hangs on the Bitmap assignment. This works OK on my "reference" v2.0.2586.24039
by speedwell
Wed Mar 05, 2008 3:08 pm
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

My word...slow day in Spain?

As you will see from my original code snippet the shape has just been created.
Are you indicating that by default X Y are now automatically populated with (0, 0) (100, 100) on shape creation - hence the need to call Clear()?
by speedwell
Wed Mar 05, 2008 1:07 pm
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

Yes - this used to work - albeit in an older v2....
by speedwell
Wed Mar 05, 2008 12:23 pm
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

Hmm, just a hunch - in your test code you supplied to me Steema.TeeChart.Styles.Shape shape1 = new Steema.TeeChart.Styles.Shape(tChart1.Chart); shape1.Add(0, 0); shape1.Add(100, 100); Try modifying the coordinates off the origin - use negative values for example.. Does it still work?
by speedwell
Wed Mar 05, 2008 11:11 am
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

The downloads digital signature contains the following time stamp:
28 February 2008 10:43:06
by speedwell
Wed Mar 05, 2008 10:18 am
Forum: .NET
Topic: NET 2 & NET 3 versions of TChart - differences
Replies: 23
Views: 10488

I cannot concur with the Add overload - this does not work for me!

However I can use your suggested work around using the X0, Y0, X1, Y1.

I look forward to the other fixes in a future release.
Thanks for your help.